nc:DocumentIdentification
An identification that references a document.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:IdentificationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:IdentificationID [0..*] A value that identifies something.
- Choice [0..*]
- nc:IdentificationCategoryText A kind of identification.
- j:PersonIDCategoryCode A kind of identifier assigned to a person.
- scr:ConveyanceIdentificationCategoryCode A kind of conveyance identification.
from subst. group nc:IdentificationCategory - nc:IdentificationCategoryDescriptionText [0..*] A description of a kind of identification.
- nc:IdentificationEffectiveDate [0..*] A date an identification takes effect.
- nc:IdentificationExpirationDate [0..*] A date after which an identification is no longer valid.
- Choice [0..*]
- nc:IdentificationJurisdictionFIPS10-4Code An area, region, or unit in which a unique identification is issued.
- nc:IdentificationJurisdictionISO3166Alpha3Code An area, region, or unit in which a unique identification is issued.
- nc:IdentificationJurisdictionText An area, region, or unit in which a unique identification is issued.
- j:DrivingJurisdictionAuthorityANSID20Code A federal or state organization with jurisdiction over a person's driving privileges.
- j:DrivingJurisdictionAuthorityNCICLSTACode A federal or state organization with jurisdiction over a person's driving privileges.
- j:IdentificationJurisdictionCanadianProvinceCode An area, region, or unit in which a unique identification is issued.
- j:IdentificationJurisdictionNCICLISCode An area, region, or unit in which a unique identification is issued.
- j:IdentificationJurisdictionNCICLSTACode An area, region, or unit in which a unique identification is issued.
- j:IdentificationJurisdictionNCICRESCode An area, region, or unit in which a unique identification is issued.
- j:IdentificationJurisdictionUSPostalServiceCode An area, region, or unit in which a unique identification is issued.
- scr:ConveyanceIDIssuingJurisdictionCode A conveyance ID issuing jurisdiction type.
from subst. group nc:IdentificationJurisdiction - nc:IdentificationSourceText [0..*] A person, organization, or locale which issues an identification.
- nc:IdentificationStatus [0..*] A status of an identification.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:AdditionalDocumentType via extension of nc:DocumentType (Element it:AdditionalDocument)
- Type it:AdditionalInformationType via extension of nc:DocumentType (Element it:AdditionalInformation)
- Type it:DeclarationType via extension of nc:DocumentType (Element it:Declaration)
- Type it:DocumentType via extension of nc:DocumentType (Element it:Document)
- Type it:TransportContractDocumentType via extension of nc:DocumentType (Element it:TransportContractDocument)
- Type it:UCRType via extension of nc:DocumentType (Element it:UCR)
- Type j:AppellateCaseNoticeType via extension of nc:DocumentType (Element j:AppellateCaseNotice)
- Type j:DocumentType via extension of nc:DocumentType (Element j:Document)
- Type m:InternationalShipSecurityCertificateType via extension of nc:DocumentType (Element m:VesselISSC)
- Type m:MerchantMarinerDocumentType via extension of nc:DocumentType (Element m:MerchantMarinerDocument)
- Type m:SeamanLicenseType via extension of nc:DocumentType (Element m:SeamanLicense)
- Type scr:BenefitApplicationType via extension of nc:DocumentType (Element scr:BenefitApplication)
- Type scr:BenefitDocumentType via extension of nc:DocumentType (Element scr:BenefitDocument)
- Type scr:EnforcementDocumentType via extension of nc:DocumentType (Element scr:EnforcementDocument)
- Type scr:InterviewStatementType via extension of nc:DocumentType (Element scr:InterviewStatement)
- Type scr:ScreeningTravelDocumentType via extension of nc:DocumentType (Element scr:ScreeningTravelDocument)
- Type scr:TravelDocumentType via extension of nc:DocumentType (Element scr:TravelDocument)
- Type scr:VisaType via extension of nc:DocumentType (Element scr:Visa)
- Type scr:WatchlistType via extension of nc:DocumentType (Element scr:Watchlist)
- Type im:FileType via extension of nc:DocumentType (Elements im:AlienFile, im:File)
- Type it:ItineraryType via extension of nc:DocumentType (Elements it:Itinerary, it:TransportMeansItinerary)
- Type m:CertificateType via extension of nc:DocumentType (Elements m:Certificate, m:VesselDOCCertificate, m:VesselSafetyManagementCertificate)
- Type nc:DocumentType (Elements nc:CaseFiling, nc:DeviceStoredDocument, nc:DispositionInstrument, nc:Document, nc:EmailAttachmentDocument, nc:IncidentReportedNarrative, em:NotificationDetailsDocument, it:AssociatedTransportDocument, j:AppellateCaseBrief, j:ChargeInstrument, j:ChargeModificationInstrument, j:ChargeNarrative, j:SupervisionBoardActionDocument, m:Manifest, scr:PrimaryDocument, scr:SecondaryDocument)
Sample instance
<nc:DocumentIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:DocumentIdentification>