<xs:element name="Line">
<xs:annotation>
<xs:documentation>Modified to include official ID, as with all CoordGeom elements</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Start" />
<xs:element ref="End" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="dir" type="direction" />
<xs:attribute name="length" type="xs:double" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="staStart" type="xs:double" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="note" type="xs:string" />
</xs:complexType>
</xs:element>
|