<xs:attribute name="slopeCriteria">
<xs:annotation>
<xs:documentation>Criterio de pendiente.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FREE" />
<xs:enumeration value="SAME_AS_NEXT_ONE" />
<xs:enumeration value="LEFT_SUPERELEVATION" />
<xs:enumeration value="RIGHT_SUPERELEVATION" />
<xs:enumeration value="MIN_SLOPE_OR_SAME_AS_NEXT_ONE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|