nc:IdentificationType

complexType IdentificationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a representation of an identity.

Diagram

XML Schema

<xs:complexType name="IdentificationType">
<xs:annotation>
<xs:documentation>
A data type for a representation of an identity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:IdentificationID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationJurisdiction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationSourceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IdentificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>