geo:EllipseType

complexType EllipseType in namespace http://release.niem.gov/niem/adapters/geospatial/4.0/

Definition

A data type for an ellipse specified by a point, major axis, minor axis and rotation.

Diagram

XML Schema

<xs:complexType name="EllipseType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for an ellipse specified by a point, major axis, minor axis and rotation.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="xls:Ellipse" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
An ellipse specified by a point, major axis, minor axis and rotation.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>