Definition Type: Element
Name: test
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into actionURL Drilldown into action Drilldown into status Drilldown into delivery Drilldown into titleURL Drilldown into titleXSD Diagram of test
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="test" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="title" type="xsd:string" />
            <xsd:element name="titleURL" type="xsd:string" />
            <xsd:element name="delivery" type="ep:testDeliveryType" default="IN_SESSION" />
            <xsd:element name="status" type="ep:testStatusType" default="NOT_STARTED" />
            <xsd:element name="action" type="xsd:string" minOccurs="0" />
            <xsd:element name="actionURL" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title ep:title (1) (1)
titleURL ep:titleURL (1) (1)
delivery ep:delivery (1) (1)
status ep:status (1) (1)
action ep:action 0 (1)
actionURL ep:actionURL 0 (1)