im:LocationAugmentation
Additional information about a location.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:LocationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:LocationType
Content
- Sequence [1..1]
- im:LocationNearestLargeCityName [0..*] A name of the nearest large city to a location.
- scr:LocationIdentification [0..*] The ID of a location.
- im:BeginDate [0..*] The date on which the association with the address began.
- im:EndDate [0..*] The date on which the association with the address ended.
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 im:LocationType (Element im:Location)
Substitution hierarchy
- s:Augmentation
- can be substituted with im:LocationAugmentation
Sample instance
<im:LocationAugmentation> <im:LocationNearestLargeCityName>string</im:LocationNearestLargeCityName> <scr:LocationIdentification> <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:LocationIdentification> <im:BeginDate> <nc:Date>2000-01-01</nc:Date> </im:BeginDate> <im:EndDate> <nc:Date>2000-01-01</nc:Date> </im:EndDate> </im:LocationAugmentation>