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

ValueDefinition
Full-timeA full-time employee
PartnerA Partner
Part-timeA part-time employee
VolunteerA 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: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>