em:OrganizationPersonnelType

complexType OrganizationPersonnelType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for an organization's personnel information

Diagram

XML Schema

<xs:complexType name="OrganizationPersonnelType">
<xs:annotation>
<xs:documentation>
A data type for an organization's personnel information
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:OrganizationIssuedID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:OrganizationPersonCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentPositionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeOccupationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeOccupationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:OrganizationPersonRelationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeShiftText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PersonHumanResource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:OrganizationPersonnelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>