scr:PersonDesignatorType

complexType PersonDesignatorType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for an alternate identifier assigned to a PERSON

Diagram

XML Schema

<xs:complexType name="PersonDesignatorType">
<xs:annotation>
<xs:documentation>
A data type for an alternate identifier assigned to a PERSON
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:PersonDesignatorID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonDesignatorValueText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonDesignatorCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonDesignatorCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:NCICRecordID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:TECSRecordID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonEnumeratorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonDesignatorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>