Schema Central > NIEM 3.2 > mo.xsd > mo:WGS84LocationCylinder
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

mo:WGS84LocationCylinder

A location identified by a cylinder oriented vertically and centered on a point described with WGS84  coordinates. If it is appropriate for the radius and half-height properties to represent an error value  (for example, because the event is a laser-designated target), then the true event location follows a normal distribution such that the cylinder defines the one-sigma (p≈0.67) deviation.  (A cylinder with  twice the volume would be the two-sigma (p≈0.95) deviation, etc.)  Otherwise the cylinder encloses the  full physical extent of the event.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

Substitution hierarchy

Sample instance

<mo:WGS84LocationCylinder>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <mo:WGS84LocationPoint>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <gml:Point 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:pos>1.0 1.0</gml:pos>
      </gml:Point>
   </mo:WGS84LocationPoint>
   <mo:LocationCylinderRadiusValue>1.0</mo:LocationCylinderRadiusValue>
   <mo:LocationCylinderHalfHeightValue>1.0</mo:LocationCylinderHalfHeightValue>
   <mo:LocationCreationCode>HUMAN</mo:LocationCreationCode>
   <mo:WGS84LocationCylinderAugmentationPoint>any content</mo:WGS84LocationCylinderAugmentationPoint>
</mo:WGS84LocationCylinder>