<xs:element name="UnsymParaCurve">
<xs:annotation>
<xs:documentation>A Point of Vertical Intersection with a space delimited "station elevation" text value.</xs:documentation>
<xs:documentation>with an unsymetrical parabolic vertical curve defined by "lengthIn and "lengthOut" attributes.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:simpleContent>
<xs:extension base="Point2dReq">
<xs:attribute name="lengthIn" type="xs:double" use="required" />
<xs:attribute name="lengthOut" type="xs:double" use="required" />
<xs:attribute name="desc" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|