simpleType "PaymenttypeType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"Credit Card", "Check", "Wire Transfer", "Cash", "Direct Debit", "Debit Card", "Stackbox", "Invoice", "No Payment needed", "Other"

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Complete List of all Payment Types
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  PaymenttypeType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"Credit Card", "Check", "Wire Transfer", "Cash", "Direct Debit", "Debit Card", "Stackbox", "Invoice", "No Payment needed", "Other"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="PaymenttypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Credit Card"/>
<xsd:enumeration value="Check"/>
<xsd:enumeration value="Wire Transfer"/>
<xsd:enumeration value="Cash"/>
<xsd:enumeration value="Direct Debit"/>
<xsd:enumeration value="Debit Card"/>
<xsd:enumeration value="Stackbox"/>
<xsd:enumeration value="Invoice"/>
<xsd:enumeration value="No Payment needed"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
</xsd:simpleType>

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.