scr:AddressAugmentation
Additional information about an address.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:AddressAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:AddressType
Content
- Sequence [1..1]
- scr:AddressIdentification [0..*] An identifier that represents an ADDRESS.
- scr:AddressClassification [0..*] A classification of an ADDRESS
- scr:INSLookoutIndicator [0..*] An indicator that indicates whether or not the COUNTRY is on the DHS list as a potential threat to the United States.
- scr:CountryNameID [0..*] The identifier that represents a COUNTRY NAME.
- scr:CountryNameBeginDate [0..*] The date on which the COUNTRY NAME came into existence
- scr:CountryNameEndDate [0..*] The date on which the COUNTRY NAME ended.
- scr:CountrySubdivisionID [0..*] An identifier that represents a COUNTRY SUBDIVISION.
- scr:CountrySubdivisionNameID [0..*] An identifier that represents a COUNTRY SUBDIVISION NAME.
- scr:CountrySubdivisionNameBeginDate [0..*] The date on which the COUNTRY SUBDIVISION NAME came into existence.
- scr:CountrySubdivisionNameEndDate [0..*] The date on which the COUNTRY SUBDIVISION NAME ended.
- scr:CountrySubdivisionName [0..*] The name of the COUNTRY SUBDIVISION.
- scr:CountrySubdivisionCategoryCode [0..*] A COUNTRY SUBDIVISION TYPE.
- scr:CountrySubdivisionCategoryDescriptionText [0..*] The text that describes a COUNTRY SUBDIVISION TYPE.
- scr:ElectronicAddress [0..*] An ADDRESS that is a designation for an email account or a specific site on the internet or another network.
- scr:LocationBlockGroupCode [0..*] A real estate subdivision of the GEOPHYSICAL ADDRESS.
- scr:LocationCarrierRouteCode [0..*] A postal carrier route serving the GEOPHYSICAL ADDRESS.
- scr:LocationTractCode [0..*] A real estate tract of the GEOPHYSICAL ADDRESS.
- scr:LocationBuildingUnitName [0..*] The name of the part (room) of the physical structure specified for a GEOPHYSICAL ADDRESS.
- scr:LocationBuildingUnitNumberText [0..*] The number of the part (room) of the physical structure specified for a GEOPHYSICAL ADDRESS.
- scr:LocationElement [0..*] A part or sub-division of a location.
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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:AddressAugmentation
Sample instance
<scr:AddressAugmentation> <scr:AddressIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <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> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:AddressIdentification> <scr:AddressClassification> <scr:AddressClassificationCategoryCode>Electronic</scr:AddressClassificationCategoryCode> <scr:AddressClassificationCategoryDescriptionText>string</scr:AddressClassificationCategoryDescriptionText> </scr:AddressClassification> <scr:INSLookoutIndicator>true</scr:INSLookoutIndicator> <scr:CountryNameID>string</scr:CountryNameID> <scr:CountryNameBeginDate> <nc:Date>2000-01-01</nc:Date> </scr:CountryNameBeginDate> <scr:CountryNameEndDate> <nc:Date>2000-01-01</nc:Date> </scr:CountryNameEndDate> <scr:CountrySubdivisionID>string</scr:CountrySubdivisionID> <scr:CountrySubdivisionNameID>string</scr:CountrySubdivisionNameID> <scr:CountrySubdivisionNameBeginDate> <nc:Date>2000-01-01</nc:Date> </scr:CountrySubdivisionNameBeginDate> <scr:CountrySubdivisionNameEndDate> <nc:Date>2000-01-01</nc:Date> </scr:CountrySubdivisionNameEndDate> <scr:CountrySubdivisionName>string</scr:CountrySubdivisionName> <scr:CountrySubdivisionCategoryCode>Department</scr:CountrySubdivisionCategoryCode> <scr:CountrySubdivisionCategoryDescriptionText>string</scr:CountrySubdivisionCategoryDescriptionText> <scr:ElectronicAddress> <scr:ElectronicAddressText>string</scr:ElectronicAddressText> <scr:ElectronicAddressClassification> <scr:ElectronicAddressCategoryCode>Email</scr:ElectronicAddressCategoryCode> <scr:ElectronicAddressCategoryDescriptionText>string</scr:ElectronicAddressCategoryDescriptionText> </scr:ElectronicAddressClassification> </scr:ElectronicAddress> <scr:LocationBlockGroupCode>string</scr:LocationBlockGroupCode> <scr:LocationCarrierRouteCode>string</scr:LocationCarrierRouteCode> <scr:LocationTractCode>string</scr:LocationTractCode> <scr:LocationBuildingUnitName>string</scr:LocationBuildingUnitName> <scr:LocationBuildingUnitNumberText>string</scr:LocationBuildingUnitNumberText> <scr:LocationElement> <scr:LocationElementIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:LocationElementIdentification> <scr:LocationElementClassification> <scr:LocationElementCategoryCode>Airport</scr:LocationElementCategoryCode> <scr:LocationElementCategoryDescriptionText>string</scr:LocationElementCategoryDescriptionText> </scr:LocationElementClassification> </scr:LocationElement> </scr:AddressAugmentation>