simpleType "OrganizationStatus"
Namespace:
Defined:
globally in dAgency_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1016001"
 - 
Mixed
"1016003"
 - 
Non-Volunteer
"1016005"
 - 
Volunteer

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The primary organizational status of the agency. The definition of Volunteer or Non-Volunteer is based on state or local terms.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  OrganizationStatus
Derivation:
restriction of xs:string
Facets:
enumeration:
"1016001"
 - 
Mixed
"1016003"
 - 
Non-Volunteer
"1016005"
 - 
Volunteer
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="OrganizationStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="1016001"/>
<xs:enumeration value="1016003"/>
<xs:enumeration value="1016005"/>
</xs:restriction>
</xs:simpleType>