Namespace: |
|
Content: |
complex, 8 elements |
Defined: |
globally in sales.xsd; see XML source |
Includes: |
definitions of 8 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<...> | |||||
|
|||||
</...> |
<xsd:complexType name="PurchaseType"> <xsd:sequence> <xsd:sequence maxOccurs="unbounded"> <xsd:complexType> <xsd:complexContent> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:sequence> </xsd:complexType> |
Type: |
CustomerDataType, complex content |
<xsd:element name="CustomerData" type="CustomerDataType"/> |
Type: |
xsd:dateTime, predefined, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
<xsd:element minOccurs="0" name="PaymentCompleteDate" nillable="true" type="xsd:dateTime"/> |
Type: |
PaymentStatusType, simple content |
|
Enumeration: |
"requested", "not possible", "not arrived", "complete", "incomplete", "refunded", "charged back", "test payment arrived", "test payment requested", "invoice waiting", "partly refunded", "no encashment", "cancellation", "quote", "Other" |
<xsd:element name="PaymentStatus" nillable="false" type="PaymentStatusType"/> |
Type: |
xsd:dateTime, predefined, simple content |
|
<xsd:element name="PurchaseDate" nillable="false" type="xsd:dateTime"/> |
Type: |
xsd:integer, predefined, simple content |
|
<xsd:element name="PurchaseId" nillable="false" type="xsd:integer"/> |
Type: |
<xsd:element name="PurchaseItem"> <xsd:complexType> <xsd:complexContent> </xsd:complexContent> </xsd:complexType> </xsd:element> |
Type: |
PurchaseOriginType, simple content |
|
Enumeration: |
"online", "phone", "fax", "email", "letter", "Other", "unknown" |
<xsd:element name="PurchaseOrigin" nillable="false" type="PurchaseOriginType"/> |
Type: |
xsd:dateTime, predefined, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
<xsd:element minOccurs="0" name="ReimbursementDate" nillable="true" type="xsd:dateTime"/> |
XML schema documentation generated with DocFlex/XML SDK 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration. |