Definition Type: Attribute
Name: shoulderSlopeCrit
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
ContentType Restriction
Default SAME_AS_CARRIEGEWAY
Use (Optional)
Documentation:
Criterio de pendientes de arcenes exteriores.
Collapse XSD Schema Diagram:
XSD Diagram of shoulderSlopeCrit
Collapse XSD Schema Code:
<xs:attribute name="shoulderSlopeCrit" default="SAME_AS_CARRIEGEWAY">
    <xs:annotation>
        <xs:documentation>Criterio de pendientes de arcenes exteriores.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="SAME_AS_CARRIEGEWAY" />
            <xs:enumeration value="MIN_SLOPE_1" />
            <xs:enumeration value="MIN_SLOPE_2" />
            <xs:enumeration value="MIN_SLOPE_ALLWAYS" />
            <xs:enumeration value="USER_VALUES" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration SAME_AS_CARRIEGEWAY
Enumeration MIN_SLOPE_1
Enumeration MIN_SLOPE_2
Enumeration MIN_SLOPE_ALLWAYS
Enumeration USER_VALUES