complexType "e5SalesExportType"
Namespace:
Content:
complex, 6 elements
Defined:
globally in sales.xsd; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Meta Data plus list of Purchases
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="e5SalesExportType">
<xsd:sequence>
<xsd:element name="ExportCTime" nillable="false" type="xsd:dateTime"/>
<xsd:element name="RangeFromDate" nillable="false" type="xsd:date"/>
<xsd:element name="RangeToDate" nillable="false" type="xsd:date"/>
<xsd:element name="ExportRefundsAndChargebacks" nillable="false" type="xsd:boolean"/>
<xsd:element name="ExportPurchaseItemKeys" nillable="false" type="xsd:boolean"/>
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element name="Purchase" type="PurchaseType"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
ExportCTime
Type:
xsd:dateTime, predefined, simple content
XML Representation Summary
<ExportCTime>
   
Content: 
{ xsd:dateTime }
</ExportCTime>
XML Source (see within schema source)
<xsd:element name="ExportCTime" nillable="false" type="xsd:dateTime"/>

ExportPurchaseItemKeys
Type:
xsd:boolean, predefined, simple content
XML Representation Summary
<ExportPurchaseItemKeys>
   
Content: 
{ xsd:boolean }
</ExportPurchaseItemKeys>
XML Source (see within schema source)
<xsd:element name="ExportPurchaseItemKeys" nillable="false" type="xsd:boolean"/>

ExportRefundsAndChargebacks
Type:
xsd:boolean, predefined, simple content
XML Representation Summary
<ExportRefundsAndChargebacks>
   
Content: 
{ xsd:boolean }
</ExportRefundsAndChargebacks>
XML Source (see within schema source)
<xsd:element name="ExportRefundsAndChargebacks" nillable="false" type="xsd:boolean"/>

Purchase
Type:
PurchaseType, complex content
XML Source (see within schema source)
<xsd:element name="Purchase" type="PurchaseType"/>

RangeFromDate
Type:
xsd:date, predefined, simple content
XML Representation Summary
<RangeFromDate>
   
Content: 
{ xsd:date }
</RangeFromDate>
XML Source (see within schema source)
<xsd:element name="RangeFromDate" nillable="false" type="xsd:date"/>

RangeToDate
Type:
xsd:date, predefined, simple content
XML Representation Summary
<RangeToDate>
   
Content: 
{ xsd:date }
</RangeToDate>
XML Source (see within schema source)
<xsd:element name="RangeToDate" nillable="false" type="xsd:date"/>

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.