simpleType "TrueFalseType"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9918001"
 - 
False
"9918003"
 - 
True
Annotation
Data type for elements defined as having True or False values.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TrueFalseType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9918001"
 - 
False
"9918003"
 - 
True
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="TrueFalseType">
<xs:restriction base="xs:string">
<xs:enumeration value="9918001"/>
<xs:enumeration value="9918003"/>
</xs:restriction>
</xs:simpleType>