Definition Type: Element
Name: customFields
Namespace: http://www.webex.com/schemas/2002/06/service/attendee
Containing Schema: attendee.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into fieldXSD Diagram of customFields
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="customFields" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="field" type="att:fieldType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
field att:field 0 unbounded