complexType "CustomerDataType"
Namespace:
Content:
complex, 7 elements
Defined:
globally in sales.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
complete customer information (used by PurchaseType)
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="CustomerDataType">
<xsd:sequence>
<xsd:element name="BillingContact" nillable="false" type="ContactType"/>
<xsd:element name="DeliveryContact" nillable="false" type="ContactType"/>
<xsd:element name="CustomerPaymentData" nillable="false" type="CustomerPaymentDataType"/>
<xsd:element name="Language" nillable="false" type="LanguageType"/>
<xsd:element name="RegName" nillable="false" type="xsd:string"/>
<xsd:element minOccurs="0" name="VatId" nillable="true" type="xsd:string"/>
<xsd:element minOccurs="0" name="SubscribeNewsletter" nillable="false" type="xsd:boolean"/>
</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.