simpleType "YesNoUnkValues"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9922001"
 - 
No
"9922003"
 - 
Unknown
"9922005"
 - 
Yes
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>