lexsdigest:EntityLocation
A Location Entity
Element information
Namespace: http://usdoj.gov/leisp/lexs/digest/3.1
Schema document: digest/3.1/digest.xsd
Type: lexsdigest:EntityLocationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- lexsdigest:Metadata [0..*]Provides additional information about an object.
- nc:Location [1..1]Details about a physical location.
from type lexsdigest:EntityType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexsdigest:EntityReference
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexs:DigestQueryFieldType (Element lexs:DigestQueryField)
- Type lexs:DigestType (Element lexs:Digest)
Substitution hierarchy
- lexsdigest:Entity
- lexsdigest:EntityActivity
- lexsdigest:EntityAircraft
- lexsdigest:EntityCreditCard
- lexsdigest:EntityDocument
- lexsdigest:EntityDrug
- lexsdigest:EntityEmail
- lexsdigest:EntityExplosive
- lexsdigest:EntityFirearm
- lexsdigest:EntityHash
- lexsdigest:EntityInstantMessenger
- lexsdigest:EntityIntangibleItem
- lexsdigest:EntityLocation
- lexsdigest:EntityNetworkAddress
- lexsdigest:EntityOrganization
- lexsdigest:EntityPerson
- lexsdigest:EntitySubstance
- lexsdigest:EntityTangibleItem
- lexsdigest:EntityTelephoneNumber
- lexsdigest:EntityVehicle
- lexsdigest:EntityVessel
Sample instance
<lexsdigest:EntityLocation> <nc:Location s:id="Loc1"> <nc:LocationAddress> <nc:StructuredAddress> <nc:LocationStreet> <nc:StreetFullText>123 N. Main St. SW</nc:StreetFullText> </nc:LocationStreet> <nc:AddressSecondaryUnitText>Apt 1A</nc:AddressSecondaryUnitText> <nc:LocationCityName>Atlanta</nc:LocationCityName> <nc:LocationStateName>Georgia</nc:LocationStateName> <nc:LocationCountryName>United States</nc:LocationCountryName> <nc:LocationPostalCode>12345</nc:LocationPostalCode> </nc:StructuredAddress> </nc:LocationAddress> </nc:Location> </lexsdigest:EntityLocation>