em:OrganizationAffiliationCategoryCodeSimpleType
simpleType OrganizationAffiliationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for a textual description of the type of organization associated with a Person's Job Title or Role (e.g. Red Cross)
Diagram
Enumerations
Value | Definition |
Full-time | A full-time employee |
Partner | A Partner |
Part-time | A part-time employee |
Volunteer | A volunteer |
XML Schema
<xs:simpleType name="OrganizationAffiliationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a textual description of the type of organization associated with a Person's Job Title or Role (e.g. Red Cross)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Full-time">
<xs:annotation>
<xs:documentation>
A full-time employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Partner">
<xs:annotation>
<xs:documentation>
A Partner</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Part-time">
<xs:annotation>
<xs:documentation>
A part-time employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Volunteer">
<xs:annotation>
<xs:documentation>
A volunteer</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>