simpleType "YesNoUnkValues"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9922001"
 - 
No
"9922003"
 - 
Unknown
"9922005"
 - 
Yes

All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
Yes No or unknown value data type.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  YesNoUnkValues
Derivation:
restriction of xs:string
Facets:
enumeration:
"9922001"
 - 
No
"9922003"
 - 
Unknown
"9922005"
 - 
Yes
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="YesNoUnkValues">
<xs:restriction base="xs:string">
<xs:enumeration value="9922001"/>
<xs:enumeration value="9922003"/>
<xs:enumeration value="9922005"/>
</xs:restriction>
</xs:simpleType>