complexType "AddressDataType"
Namespace:
Content:
complex, 8 elements
Defined:
globally in sales.xsd; see XML source
Includes:
definitions of 8 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Address Data (part of ContactTypeType)
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="AddressDataType">
<xsd:sequence>
<xsd:element name="Street1" nillable="false" type="xsd:string"/>
<xsd:element minOccurs="0" name="Street2" nillable="true" type="xsd:string"/>
<xsd:element name="City" nillable="false" type="xsd:string"/>
<xsd:element name="PostalCode" nillable="false" type="xsd:string"/>
<xsd:element minOccurs="0" name="StateId" nillable="true">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="2"/>
<xsd:maxLength value="5"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" name="State" nillable="true" type="xsd:string"/>
<xsd:element name="CountryId" nillable="false">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="2"/>
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Country" nillable="false" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.