Definition Type: ComplexType
Name: PassportType
Namespace: http://niem.gov/niem/niem-core/2.0
Type: s:ComplexObjectType
Containing Schema: niem-core.xsd
Abstract
Documentation:
A data type for a government-issued document that authenticates the identity and citizenship of a person.
Collapse XSD Schema Diagram:
Drilldown into PassportStolenLostIndicator in schema niem-core_xsd Drilldown into PersonSex in schema niem-core_xsd Drilldown into PassportIssuingOrganization in schema niem-core_xsd Drilldown into PersonCitizenship in schema niem-core_xsd Drilldown into PersonDigitalImage in schema niem-core_xsd Drilldown into PersonBirthLocation in schema niem-core_xsd Drilldown into PassportCategoryCode in schema niem-core_xsd Drilldown into PersonBirthDate in schema niem-core_xsd Drilldown into PersonName in schema niem-core_xsd Drilldown into PassportNumberIdentification in schema niem-core_xsd Drilldown into linkMetadata in schema structures_xsd Drilldown into metadata in schema structures_xsd Drilldown into id in schema structures_xsd Drilldown into ComplexObjectType in schema structures_xsdXSD Diagram of PassportType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="PassportType">
    <xsd:annotation>
        <xsd:documentation>A data type for a government-issued document that authenticates the identity and citizenship of a person.</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:PassportNumberIdentification" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonName" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonBirthDate" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PassportCategoryCode" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonBirthLocation" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonDigitalImage" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonCitizenship" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PassportIssuingOrganization" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PersonSex" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="nc:PassportStolenLostIndicator" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PassportNumberIdentification nc:PassportNumberIdentification 0 unbounded
PersonName nc:PersonName 0 unbounded
PersonBirthDate nc:PersonBirthDate 0 unbounded
PassportCategoryCode nc:PassportCategoryCode 0 unbounded
PersonBirthLocation nc:PersonBirthLocation 0 unbounded
PersonDigitalImage nc:PersonDigitalImage 0 unbounded
PersonCitizenship nc:PersonCitizenship 0 unbounded
PassportIssuingOrganization nc:PassportIssuingOrganization 0 unbounded
PersonSex nc:PersonSex 0 unbounded
PassportStolenLostIndicator nc:PassportStolenLostIndicator 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id s:id (Optional)
metadata s:metadata (Optional)
linkMetadata s:linkMetadata (Optional)
Collapse Derivation Tree:
Collapse References:
nc:Passport