smallCircleType indicates in polygons that side is along small circle; with optional pole |
Element | reg:vertexType/reg:SmallCircle |
<xs:complexType name="smallCircleType"> <xs:annotation> <xs:documentation>smallCircleType indicates in polygons that side is along small circle; with optional pole</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Pole" type="crd:double2Type" minOccurs="0"/> </xs:sequence> </xs:complexType> |