simpleType "OrganizationalType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9912001"
 - 
Fire Department
"9912003"
 - 
Governmental, Non-Fire
"9912005"
 - 
Hospital
"9912007"
 - 
Private, Nonhospital
"9912009"
 - 
Tribal

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The organizational structure from which EMS services are delivered (fire, hospital, county, etc.)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  OrganizationalType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9912001"
 - 
Fire Department
"9912003"
 - 
Governmental, Non-Fire
"9912005"
 - 
Hospital
"9912007"
 - 
Private, Nonhospital
"9912009"
 - 
Tribal
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="OrganizationalType">
<xs:restriction base="xs:string">
<xs:enumeration value="9912001"/>
<xs:enumeration value="9912003"/>
<xs:enumeration value="9912005"/>
<xs:enumeration value="9912007"/>
<xs:enumeration value="9912009"/>
</xs:restriction>
</xs:simpleType>