simpleType "ACNYesNoType"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"Y"
 - 
Yes
"N"
 - 
No

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