Namespace: |
|
Content: |
complex, 4 elements |
Defined: |
globally in sales.xsd; see XML source |
Includes: |
definitions of 4 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<...> | |||||
|
|||||
</...> |
<xsd:complexType name="CustomerPaymentDataType"> <xsd:sequence> </xsd:sequence> </xsd:complexType> |
Type: |
CCtypeType, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
Enumeration: |
"Visa", "Mastercard / Eurocard", "American Express", "Diners Club", "Discover", "JCB", "Other" |
<xsd:element minOccurs="0" name="CCType" nillable="true" type="CCtypeType"/> |
Type: |
CurrencyType, simple content |
|
Enumeration: |
"USD", "EUR", "GBP", "AUD", "CAD", "CHF", "JPY", "OTH" |
<xsd:element name="Currency" nillable="false" type="CurrencyType"/> |
Type: |
DCtypeType, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
Enumeration: |
"Switch", "Solo", "Other" |
<xsd:element minOccurs="0" name="DCType" nillable="true" type="DCtypeType"/> |
Type: |
PaymenttypeType, simple content |
|
Enumeration: |
"Credit Card", "Check", "Wire Transfer", "Cash", "Direct Debit", "Debit Card", "Stackbox", "Invoice", "No Payment needed", "Other" |
<xsd:element name="PaymentType" nillable="false" type="PaymenttypeType"/> |
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. |