simpleType "CCtypeType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"Visa", "Mastercard / Eurocard", "American Express", "Diners Club", "Discover", "JCB", "Other"

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Complete List of all Credit Cards
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  CCtypeType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"Visa", "Mastercard / Eurocard", "American Express", "Diners Club", "Discover", "JCB", "Other"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="CCtypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Visa"/>
<xsd:enumeration value="Mastercard / Eurocard"/>
<xsd:enumeration value="American Express"/>
<xsd:enumeration value="Diners Club"/>
<xsd:enumeration value="Discover"/>
<xsd:enumeration value="JCB"/>
<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.