simpleType "YesNoValues"
Namespace:
Defined:
Used:
at 16 locations
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes

All Direct / Indirect Based Elements (16):
Known Usage Locations
Annotation
Yes No value data type
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  YesNoValues
Derivation:
restriction of xs:string
Facets:
enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="YesNoValues">
<xs:restriction base="xs:string">
<xs:enumeration value="9923001"/>
<xs:enumeration value="9923003"/>
</xs:restriction>
</xs:simpleType>