Definition Type: Element
Name: RoadSlopesGlobalValues
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Valores de datos globales o por defecto de cunetas.
Collapse XSD Schema Diagram:
Drilldown into freeBermSlope Drilldown into rightMinSubgradeSlope Drilldown into leftMinSubgradeSlope Drilldown into minShoulderSlope Drilldown into intShoulderSlopeCrit Drilldown into shoulderSlopeCrit Drilldown into rightBermSlope_Cut Drilldown into rightBermSlope_Fill Drilldown into rightShoulderSlope Drilldown into rightIntShoulderSlope Drilldown into leftIntShoulderSlope Drilldown into leftShoulderSlope Drilldown into leftBermSlope_Cut Drilldown into leftBermSlope_FillXSD Diagram of RoadSlopesGlobalValues
Collapse XSD Schema Code:
<xs:element name="RoadSlopesGlobalValues" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Valores de datos globales o por defecto de cunetas.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="leftBermSlope_Fill" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma izquierda en terraplén.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftBermSlope_Cut" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma izquierda en desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftShoulderSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftIntShoulderSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén interior izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightIntShoulderSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén interior derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightShoulderSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightBermSlope_Fill" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma derecha en terraplén.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightBermSlope_Cut" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma derecha en desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <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>
                <xs:attribute name="intShoulderSlopeCrit" default="SAME_AS_CARRIEGEWAY">
                    <xs:annotation>
                        <xs:documentation>Criterio de pendientes de arcenes interiores.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="SAME_AS_CARRIEGEWAY" />
                            <xs:enumeration value="USER_VALUES" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="minShoulderSlope" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de arcenes.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftMinSubgradeSlope" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de subrasante izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightMinSubgradeSlope" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de subrasante derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="freeBermSlope" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Berma libre.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
leftBermSlope_Fill leftBermSlope_Fill 4.000 (Optional)
leftBermSlope_Cut leftBermSlope_Cut 4.000 (Optional)
leftShoulderSlope leftShoulderSlope 0.000 (Optional)
leftIntShoulderSlope leftIntShoulderSlope 0.000 (Optional)
rightIntShoulderSlope rightIntShoulderSlope 0.000 (Optional)
rightShoulderSlope rightShoulderSlope 0.000 (Optional)
rightBermSlope_Fill rightBermSlope_Fill 4.000 (Optional)
rightBermSlope_Cut rightBermSlope_Cut 4.000 (Optional)
shoulderSlopeCrit shoulderSlopeCrit SAME_AS_CARRIEGEWAY (Optional)
intShoulderSlopeCrit intShoulderSlopeCrit SAME_AS_CARRIEGEWAY (Optional)
minShoulderSlope minShoulderSlope 2.000 (Optional)
leftMinSubgradeSlope leftMinSubgradeSlope 2.000 (Optional)
rightMinSubgradeSlope rightMinSubgradeSlope 2.000 (Optional)
freeBermSlope freeBermSlope false (Optional)