simpleType "SalutationType"
Namespace:
Defined:
globally in sales.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"MR.", "MS.", "MRS"

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