em:PersonHumanResourceType

complexType PersonHumanResourceType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type contains information about a person

Diagram

XML Schema

<xs:complexType name="PersonHumanResourceType">
<xs:annotation>
<xs:documentation>
A data type contains information about a person
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PersonIDCard" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AvailabilityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactMeansAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:UpdateRecord" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Attachment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PersonHumanResourceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>