em:BadgeType

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

Definition

A data type for an ID card that identifies a person. A badge can be a low cost card, or a PIV card that follows specification NIST SP-800-73-2. Badge may work together with a pin number, visual identification and biometrics of the badge holder to make a positive identification of a person

Diagram

XML Schema

<xs:complexType name="BadgeType">
<xs:annotation>
<xs:documentation>
A data type for an ID card that identifies a person. A badge can be a low cost card, or a PIV card that follows specification NIST SP-800-73-2. Badge may work together with a pin number, visual identification and biometrics of the badge holder to make a positive identification of a person
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PersonHumanResource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BadgeJobTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BadgeCredential" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BadgeTemplateFile" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Barcode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BadgeNotesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:BadgeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>