simpleType "CustomDataType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9902001"
 - 
Binary
"9902003"
 - 
Date/Time
"9902005"
 - 
Integer/Number
"9902007"
 - 
Other
"9902009"
 - 
Text/String
"9902011"
 - 
Boolean

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The list of potential values associated with the custom data elment.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CustomDataType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9902001"
 - 
Binary
"9902003"
 - 
Date/Time
"9902005"
 - 
Integer/Number
"9902007"
 - 
Other
"9902009"
 - 
Text/String
"9902011"
 - 
Boolean
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="CustomDataType">
<xs:restriction base="xs:string">
<xs:enumeration value="9902001"/>
<xs:enumeration value="9902003"/>
<xs:enumeration value="9902005"/>
<xs:enumeration value="9902007"/>
<xs:enumeration value="9902009"/>
<xs:enumeration value="9902011"/>
</xs:restriction>
</xs:simpleType>