cbrn:SiteLocationAugmentation
Additional information about a site location.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:SiteLocationAugmentationType
Properties: Global, Qualified, Nillable
Content
- cbrn:GeographicPoint [0..*]A set of geographical coordinates providing latitude, longitude, and elevation (at the point of measurement and at the point on the earth's surface), and uncertainty of the coordinates.
- cbrn:SiteSpecialInfoText [0..*]A description of a site that may contain information of importance to a responder; e.g., electrified fence, dogs on property, loft apartment, multi-storied building, multiple warehouses on site, hazardous material, etc.
- cbrn:MapGuideLocation [0..*]A set of location information based on a map contained in a Map Guide document.
- cbrn:SpecialEventName [0..*]A Name of a special event.
- cbrn:SpecialEventStartDateTime [0..*]A starting date and time of a special event.
- cbrn:SpecialEventEndDateTime [0..*]An ending date and time of a special event.
- cbrn:SpecialEventSecurityArea [0..*]An area of operational security concern for a special event.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:AugmentationType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:AugmentationType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:AugmentationType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:AugmentationType |
Used in
- Type biom:CaptureLocationType via extension of nc:LocationType (Element biom:CaptureLocation)
- Type em:AlertAffectedLocationType via extension of nc:LocationType (Element em:AlertAffectedLocation)
- Type em:NotificationTargetLocationType via extension of nc:LocationType (Element em:NotificationTargetLocation)
- Type it:GoodsLocationType via extension of nc:LocationType (Element it:GoodsLocation)
- Type it:GoodsOriginType via extension of nc:LocationType (Element it:CountryOfOrigin)
- Type it:LoadingLocationType via extension of nc:LocationType (Element it:LoadingLocation)
- Type it:TranshipmentLocationType via extension of nc:LocationType (Element it:TranshipmentLocation)
- Type it:UnloadingLocationType via extension of nc:LocationType (Element it:UnloadingLocation)
- Type nc:LocationType (Elements cyfs:AdoptionLocation, cyfs:PlacementOtherLocation, em:AlarmEventLocation, em:AlarmLocation, em:ArrivalLocation, em:ResourceCurrentLocation, em:ResourceDepartureLocation ...more)
Substitution hierarchy
- nc:LocationAugmentationPoint
- can be substituted with cbrn:SiteLocationAugmentation
Sample instance
<cbrn:SiteLocationAugmentation> <cbrn:GeographicPoint cbrn:datumText="string" cbrn:unitsText="token"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:LatitudeValue cbrn:unitsText="token">1.0</cbrn:LatitudeValue> <cbrn:LongitudeValue cbrn:unitsText="token">1.0</cbrn:LongitudeValue> <cbrn:ElevationValue>1</cbrn:ElevationValue> <cbrn:ElevationOffsetValue>1</cbrn:ElevationOffsetValue> <cbrn:GeoPointAccuracyValue>1</cbrn:GeoPointAccuracyValue> <cbrn:ElevationAccuracyValue>1</cbrn:ElevationAccuracyValue> <cbrn:ElevationOffsetAccuracyValue>1</cbrn:ElevationOffsetAccuracyValue> <cbrn:GeographicPointAugmentationPoint>any content</cbrn:GeographicPointAugmentationPoint> </cbrn:GeographicPoint> <cbrn:SiteSpecialInfoText>string</cbrn:SiteSpecialInfoText> <cbrn:MapGuideLocation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:MapGuideBrandCode>Other</cbrn:MapGuideBrandCode> <cbrn:MapGuideName>string</cbrn:MapGuideName> <cbrn:MapGuidePageNumberID>string</cbrn:MapGuidePageNumberID> <cbrn:MapGuideGridNumberID>string</cbrn:MapGuideGridNumberID> <cbrn:MapGuideLocationAugmentationPoint>any content</cbrn:MapGuideLocationAugmentationPoint> </cbrn:MapGuideLocation> <cbrn:SpecialEventName>string</cbrn:SpecialEventName> <cbrn:SpecialEventStartDateTime>2000-01-01T12:00:00</cbrn:SpecialEventStartDateTime> <cbrn:SpecialEventEndDateTime>2000-01-01T12:00:00</cbrn:SpecialEventEndDateTime> <cbrn:SpecialEventSecurityArea> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <gml:Polygon gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:exterior>... </gml:exterior> <gml:interior>... </gml:interior> </gml:Polygon> </cbrn:SpecialEventSecurityArea> </cbrn:SiteLocationAugmentation>