simpleType "PaymentStatusType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
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"

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Complete List of all Payment Stati
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  PaymentStatusType
Derivation:
restriction of xsd:string
Facets:
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"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="PaymentStatusType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="requested"/>
<xsd:enumeration value="not possible"/>
<xsd:enumeration value="not arrived"/>
<xsd:enumeration value="complete"/>
<xsd:enumeration value="incomplete"/>
<xsd:enumeration value="refunded"/>
<xsd:enumeration value="charged back"/>
<xsd:enumeration value="test payment arrived"/>
<xsd:enumeration value="test payment requested"/>
<xsd:enumeration value="invoice waiting"/>
<xsd:enumeration value="partly refunded"/>
<xsd:enumeration value="no encashment"/>
<xsd:enumeration value="cancellation"/>
<xsd:enumeration value="quote"/>
<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.