scr:AddressAugmentation
Additional information about an address.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/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:LocationBlockGroupText [0..*] A real estate subdivision of the GEOPHYSICAL ADDRESS.
- scr:LocationCarrierRouteText [0..*] A postal carrier route serving the GEOPHYSICAL ADDRESS.
- scr:LocationTractText [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 |
Used in
- Type scr:AddressType (Element scr:Address)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:AddressAugmentation
Sample instance
<scr:AddressAugmentation> <scr:AddressIdentification> <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> </scr:AddressIdentification> <scr:AddressClassification> <scr:AddressClassificationCategoryCode>Temporary</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>IP</scr:ElectronicAddressCategoryCode> <scr:ElectronicAddressCategoryDescriptionText>string</scr:ElectronicAddressCategoryDescriptionText> </scr:ElectronicAddressClassification> </scr:ElectronicAddress> <scr:LocationBlockGroupText>string</scr:LocationBlockGroupText> <scr:LocationCarrierRouteText>string</scr:LocationCarrierRouteText> <scr:LocationTractText>string</scr:LocationTractText> <scr:LocationBuildingUnitName>string</scr:LocationBuildingUnitName> <scr:LocationBuildingUnitNumberText>string</scr:LocationBuildingUnitNumberText> <scr:LocationElement> <scr:LocationElementIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:LocationElementIdentification> <scr:LocationElementClassification> <scr:LocationElementCategoryCode>Lane</scr:LocationElementCategoryCode> <scr:LocationElementCategoryDescriptionText>string</scr:LocationElementCategoryDescriptionText> </scr:LocationElementClassification> </scr:LocationElement> </scr:AddressAugmentation>