scr:LocationAugmentation
Additional information about a location.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:LocationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:LocationType
Content
- Sequence [1..1]
- scr:LocationIdentification [0..*] The ID of a location.
- scr:LocationCategoryClassificationCode [0..*]
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:LocationAugmentation
Sample instance
<scr:LocationAugmentation> <scr:LocationIdentification> <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:LocationIdentification> <scr:LocationCategoryClassificationCode>A</scr:LocationCategoryClassificationCode> </scr:LocationAugmentation>