Definition Type: ComplexType
Name: createContacts
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Type: serv:bodyContentType
Containing Schema: ep.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into validateFormat Drilldown into contact Drilldown into bodyContentTypeXSD Diagram of createContacts
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="createContacts">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="contact" type="ep:contactType" maxOccurs="unbounded" />
                <xsd:element name="validateFormat" type="xsd:boolean" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contact ep:contact (1) unbounded
validateFormat ep:validateFormat 0 (1)
Collapse Derivation Tree: