<xsd:complexType name="IdentificationType">
<xsd:annotation>
<xsd:documentation>A data type for a representation of an identity.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:IdentificationID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationEffectiveDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationExpirationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationJurisdiction" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationSourceText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IdentificationStatus" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|