simpleType "ElementUsage"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9903001"
 - 
Mandatory
"9903003"
 - 
Required
"9903005"
 - 
Recommended
"9903007"
 - 
Optional

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The Usage (Mandatory, Required, Recommended, or Optional) for the EMS Custom Data Element.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ElementUsage
Derivation:
restriction of xs:string
Facets:
enumeration:
"9903001"
 - 
Mandatory
"9903003"
 - 
Required
"9903005"
 - 
Recommended
"9903007"
 - 
Optional
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="ElementUsage">
<xs:restriction base="xs:string">
<xs:enumeration value="9903001"/>
<xs:enumeration value="9903003"/>
<xs:enumeration value="9903005"/>
<xs:enumeration value="9903007"/>
</xs:restriction>
</xs:simpleType>