complexType DirectionVectorType
diagram index_p967.png
namespace http://www.opengis.net/gml
children gml:vector gml:horizontalAngle gml:verticalAngle
used by
element DirectionVector
annotation
documentation
Direction expressed as a vector, either using components, or using angles.
source <xs:complexType name="DirectionVectorType">
 
<xs:annotation>
   
<xs:documentation>Direction expressed as a vector, either using components, or using angles.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element ref="gml:vector"/>
   
<xs:sequence>
     
<xs:element name="horizontalAngle" type="gml:AngleType"/>
     
<xs:element name="verticalAngle" type="gml:AngleType"/>
   
</xs:sequence>
 
</xs:choice>
</xs:complexType>

element DirectionVectorType/horizontalAngle
diagram index_p968.png
namespace http://www.opengis.net/gml
type gml:AngleType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="horizontalAngle" type="gml:AngleType"/>

element DirectionVectorType/verticalAngle
diagram index_p969.png
namespace http://www.opengis.net/gml
type gml:AngleType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
source <xs:element name="verticalAngle" type="gml:AngleType"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy