Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element gml:DirectionVectorType / gml:horizontalAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index100.tmp#id255 index100.tmp#id254 index364.tmp#id355
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 index100.tmp#id255 index100.tmp#id254 index364.tmp#id355
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 index355.tmp#id353 index356.tmp#id354 index356.tmp#id356
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