Definition Type: Element
Name: host
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into alternateHost Drilldown into webExId Drilldown into email Drilldown into lastName Drilldown into firstNameXSD Diagram of host
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="host">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="firstName" type="xsd:string" />
            <xsd:element name="lastName" type="xsd:string" />
            <xsd:element name="email">
                <xsd:simpleType>
                    <xsd:restriction base="com:emailType">
                        <xsd:maxLength value="64" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="webExId" type="xsd:string" />
            <xsd:element name="alternateHost" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
firstName ep:firstName (1) (1)
lastName ep:lastName (1) (1)
email ep:email (1) (1)
webExId ep:webExId (1) (1)
alternateHost ep:alternateHost 0 unbounded