simpleType "Status"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
Annotation
The Status either Active (A) or Inactive (I)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  Status
Derivation:
restriction of xs:string
Facets:
enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="Status">
<xs:restriction base="xs:string">
<xs:enumeration value="A"/>
<xs:enumeration value="I"/>
</xs:restriction>
</xs:simpleType>