scr:LocationElement
A part or sub-division of a location.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:LocationElementType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:LocationElementIdentification [0..*] An identifier that represents a LOCATION ELEMENT
- scr:LocationElementClassification [0..*] A classification of LOCATION ELEMENT.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from scr:LocationElementReference
- Type scr:AddressAugmentationType (Element scr:AddressAugmentation)
Sample instance
<scr:LocationElement> <scr:LocationElementIdentification> <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:LocationElementIdentification> <scr:LocationElementClassification> <scr:LocationElementCategoryCode>Lane</scr:LocationElementCategoryCode> <scr:LocationElementCategoryDescriptionText>string</scr:LocationElementCategoryDescriptionText> </scr:LocationElementClassification> </scr:LocationElement>