reg:vertexType

Vertex is a position with optional SmallCircle element; the SmallCircle element indicates that the polygon side formed by that vertex and its predecessor vertex is a small circle, rather than a great circle; SmallCircle has no meaning in Cartesian coordinates

Complex Type Information

Model

Used By

Source

<xs:complexType name="vertexType">
  <xs:annotation>
    <xs:documentation>Vertex is a position with optional SmallCircle element; the SmallCircle element indicates that the polygon side formed by that vertex and its predecessor vertex is a small circle, rather than a great circle; SmallCircle has no meaning in Cartesian coordinates</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Position" type="crd:double2Type"/>
    <xs:element name="SmallCircle" type="reg:smallCircleType" nillable="true" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>