Definition Type: Element
Name: extAccountID
Namespace: http://www.webex.com/schemas/2002/06/service/sales
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sales.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of extAccountID
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="extAccountID" minOccurs="0">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="512" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxLength 512