| diagram | ![]() |
||
| namespace | http://www.opengis.net/gml | ||
| children | gml:vector gml:horizontalAngle gml:verticalAngle | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.opengis.net/gml | ||||||||||||
| type | gml:AngleType | ||||||||||||
| properties |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="horizontalAngle" type="gml:AngleType"/> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.opengis.net/gml | ||||||||||||
| type | gml:AngleType | ||||||||||||
| properties |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="verticalAngle" type="gml:AngleType"/> |