<xs:element name="CoordGeom">
<xs:annotation>
<xs:documentation>A sequential list of Line and/or Curve and/or Spiral elements.</xs:documentation>
<xs:documentation>After the sequential list of elements an optional vertical geometry
may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Line" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="IrregularLine" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Curve" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Spiral" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Chain" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="oID" type="xs:string" />
</xs:complexType>
</xs:element>
|