em:PersonIDCardType

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

Definition

A data type for a credential class that represents the identification of a human resource

Diagram

XML Schema

<xs:complexType name="PersonIDCardType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents the identification of a human resource
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:NameOnCardText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IDCategoryCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:SignatureAuthorityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AgencySymbol" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ResourcePicture" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CardPicture" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NISTSP800733PIVCardData" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EAssuranceLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PIVAssuranceLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:FIPS201ConformanceCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PersonIDCardAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>