<xs:complexType name="ControlPointTypeType">
<xs:choice>
<xs:element name="circularCurve" type="uro:CircularCurveTypePropertyType"/>
<xs:element name="transitionCurve" type="uro:TransitionCurveTypePropertyType"/>
<xs:element name="slopeType" type="uro:SlopeTypePropertyType"/>
<xs:element name="verticalCurve" type="uro:VerticalCurveTypePropertyType"/>
</xs:choice>
</xs:complexType>