Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element gml:DirectionVectorType / gml:horizontalAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index0.tmp#id266 index0.tmp#id265 index23.tmp#id374
Type gml:AngleType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="horizontalAngle" type="gml:AngleType"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/direction.xsd
Element gml:DirectionVectorType / gml:verticalAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index0.tmp#id266 index0.tmp#id265 index23.tmp#id374
Type gml:AngleType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="verticalAngle" type="gml:AngleType"/>
Schema location http://schemas.opengis.net/gml/3.1.1/base/direction.xsd
Complex Type gml:DirectionVectorType
Namespace http://www.opengis.net/gml
Annotations
Direction expressed as a vector, either using components, or using angles.
Diagram
Diagram index167.tmp#id372 index168.tmp#id373 index168.tmp#id375
Used by
Model gml:vector | (gml:horizontalAngle , gml:verticalAngle)
Children gml:horizontalAngle, gml:vector, gml:verticalAngle
Source
<complexType name="DirectionVectorType">
  <annotation>
    <documentation>Direction expressed as a vector, either using components, or using angles.</documentation>
  </annotation>
  <choice>
    <element ref="gml:vector"/>
    <sequence>
      <element name="horizontalAngle" type="gml:AngleType"/>
      <element name="verticalAngle" type="gml:AngleType"/>
    </sequence>
  </choice>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/direction.xsd