simpleType "AgencyOrganizationalTaxStatus"
Namespace:
Defined:
globally in dAgency_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1018001"
 - 
For Profit
"1018003"
 - 
Other (e.g., Government)
"1018005"
 - 
Not For Profit

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The EMS Agencies business/corporate organizational tax status
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AgencyOrganizationalTaxStatus
Derivation:
restriction of xs:string
Facets:
enumeration:
"1018001"
 - 
For Profit
"1018003"
 - 
Other (e.g., Government)
"1018005"
 - 
Not For Profit
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="AgencyOrganizationalTaxStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="1018001"/>
<xs:enumeration value="1018003"/>
<xs:enumeration value="1018005"/>
</xs:restriction>
</xs:simpleType>