scr:PassportAugmentation
Supplements the additional passport information that authenticates the identity and citizenship of a person for screening purposes.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:PassportAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PassportType
Content
- Sequence [1..1]
- scr:ElectronicPassportIndicator [0..*] A boolean value of True indicates the passport document is RFID enabled.
- scr:IssuancePlaceText [0..*] The text specifying the location at which the passport was issued.
- scr:TrackingID [0..*] The identifier assigned to the electronic record transmitted from Dept. of State to CBP.
- scr:BookNumber [0..*] A unique number assigned to a US Passport.
- scr:DocumentStatusClassification [0..*] The classification of status of a document.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type scr:PassportType (Element scr:Passport)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:PassportAugmentation
Sample instance
<scr:PassportAugmentation> <scr:ElectronicPassportIndicator>true</scr:ElectronicPassportIndicator> <scr:IssuancePlaceText>string</scr:IssuancePlaceText> <scr:TrackingID>string</scr:TrackingID> <scr:BookNumber>1</scr:BookNumber> <scr:DocumentStatusClassification> <scr:DocumentStatusCategoryCode>Pending</scr:DocumentStatusCategoryCode> <scr:DocumentStatusDescriptionText>string</scr:DocumentStatusDescriptionText> </scr:DocumentStatusClassification> </scr:PassportAugmentation>