Definition Type: Element
Name: Position
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Type: swec:_PositionType
Containing Schema: positionData.xsd
Abstract
Documentation:
Location and Orientation given by a sequence of rotations or translations. Transformations are applied in the order listed
Collapse XSD Schema Diagram:
Drilldown into orientation in schema positiondata_xsd Drilldown into location in schema positiondata_xsd Drilldown into time in schema positiondata_xsd Drilldown into fixed in schema parameters_xsd Drilldown into definition in schema parameters_xsd Drilldown into id in schema parameters_xsd Drilldown into _GroupBaseType in schema parameters_xsd Drilldown into localFrame in schema positiondata_xsd Drilldown into referenceFrame in schema positiondata_xsd Drilldown into _PositionType in schema positiondata_xsdXSD Diagram of Position in schema positiondata_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Position" substitutionGroup="swec:PositionData">
    <xs:annotation>
        <xs:documentation>Location and Orientation given by a sequence of rotations or translations.
Transformations are applied in the order listed</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="swec:_PositionType">
                <xs:sequence>
                    <xs:element name="time" minOccurs="0">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:group ref="swec:Time" minOccurs="0" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="location" minOccurs="0">
                        <xs:complexType>
                            <xs:choice>
                                <xs:element ref="swec:Location" />
                                <xs:element ref="swec:GeoLocation" />
                            </xs:choice>
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="orientation" minOccurs="0">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element ref="swec:Orientation" minOccurs="0" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
time swec:time 0 (1)
location swec:location 0 (1)
orientation swec:orientation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id swec:id Optional
definition swec:definition Optional
fixed swec:fixed false Optional
referenceFrame swec:referenceFrame Optional
localFrame swec:localFrame Optional
Collapse Derivation Tree:
Collapse References:
swec:PositionData