simpleType "DeliverytypeType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"Electronically", "Postal Mail", "Fax", "Other"

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Complete List of all Delivery Types
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  DeliverytypeType
Derivation:
restriction of xsd:string
Facets:
enumeration:
"Electronically", "Postal Mail", "Fax", "Other"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="DeliverytypeType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Electronically"/>
<xsd:enumeration value="Postal Mail"/>
<xsd:enumeration value="Fax"/>
<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.