Definition Type: Element
Name: Orientation
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:
Orientation given by euler angle with an order of rotation
Collapse XSD Schema Diagram:
Drilldown into order in schema positiondata_xsd Drilldown into coordinate 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 Orientation in schema positiondata_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Orientation" substitutionGroup="swec:OrientationData">
    <xs:annotation>
        <xs:documentation>Orientation given by euler angle with an order of rotation</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="swec:_PositionType">
                <xs:sequence minOccurs="0">
                    <xs:element name="coordinate" maxOccurs="3">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element ref="swec:Quantity" />
                            </xs:sequence>
                            <xs:attribute name="name" type="swec:qnameSimpleType" use="required" />
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="order">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element ref="swec:Category" />
                            </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
coordinate swec:coordinate (1) 3
order swec:order (1) (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:OrientationData