swec:Position
Location and Orientation given by a sequence of rotations or translations. Transformations are applied in the order listed
Element information
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0/positionData.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- swec:time [0..1]
- swec:location [0..1]
- swec:orientation [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type swec:_GroupBaseType | |
definition | [0..1] | swec:definitionType | from type swec:_GroupBaseType | |
fixed | [0..1] | xsd:boolean | Default value is "false". from type swec:_GroupBaseType | |
referenceFrame | [0..1] | xsd:anyURI | from type swec:_PositionType | |
localFrame | [0..1] | xsd:anyURI | from type swec:_PositionType |
Used in
- Group swec:AnyData
- Anonymous type of element swec:component via reference to swec:AnyData
- Anonymous type of element swec:component via reference to swec:AnyData
- Anonymous type of element swec:condition via reference to swec:AnyData
- Anonymous type of element swec:value via reference to swec:AnyData
- Type swec:SimpleDataPropertyType via reference to swec:AnyData
- Type swec:DataComponentsPropertyType via reference to swec:AnyData (Element swec:dataComponents)
Substitution hierarchy
- swec:_DataGroup
- can be substituted with swec:PositionData
- can be substituted with swec:Position
- can be substituted with swec:PositionData
Sample instance
<swec:Position id="ID"> <swec:time> <swec:IsoDateTime id="ID">2000-01-01</swec:IsoDateTime> </swec:time> <swec:location> <swec:Location id="ID"> <swec:coordinate name="QName">... </swec:coordinate> </swec:Location> </swec:location> <swec:orientation> <swec:Orientation id="ID"> <swec:coordinate name="QName">... </swec:coordinate> <swec:order>... </swec:order> </swec:Orientation> </swec:orientation> </swec:Position>