Schema Central > NIEM 2.0 > positionData.xsd > swec:Position
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

swec:Position

Location and Orientation given by a sequence of rotations or translations.
Transformations are applied in the order listed

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type swec:_GroupBaseType
definition [0..1]swec:definitionTypefrom type swec:_GroupBaseType
fixed [0..1]xsd:booleanDefault value is "false". from type swec:_GroupBaseType
referenceFrame [0..1]xsd:anyURIfrom type swec:_PositionType
localFrame [0..1]xsd:anyURIfrom type swec:_PositionType

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com