Definition Type: Element
Name: RoadSlopesDitchsByStation
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Datos de cunetas tramificados por estaciones.

El primer y último elemento deben tener presentes todos los atributos, salvo que el indicador de valor global correspondiente a ese atributo valga "true", en cuyo caso el atributo no aparecerá.

Para los elementos intermedios, se considera que aquellos atributos no presentes se interpolarán con los valores adyacentes.

Los atributos cuyo indicador de valor global correspondiente valga "true" no aparecerán.
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_Fill Drilldown into stationXSD Diagram of RoadSlopesDitchsByStation
Collapse XSD Schema Code:
<xs:element name="RoadSlopesDitchsByStation" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Datos de cunetas tramificados por estaciones.</xs:documentation>
        <xs:documentation>
        </xs:documentation>
        <xs:documentation>El primer y último elemento deben tener presentes todos los atributos, salvo que el indicador de valor global correspondiente a ese atributo valga "true", en cuyo caso el atributo no aparecerá.</xs:documentation>
        <xs:documentation>
        </xs:documentation>
        <xs:documentation>Para los elementos intermedios, se considera que aquellos atributos no presentes se interpolarán con los valores adyacentes.</xs:documentation>
        <xs:documentation>
        </xs:documentation>
        <xs:documentation>Los atributos cuyo indicador de valor global correspondiente valga "true" no aparecerán.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="station" type="xs:float" use="required">
                    <xs:annotation>
                        <xs:documentation>Estación.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftBermSlope_Fill" 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" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma izquierda en desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftShoulderSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftIntShoulderSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén interior izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightIntShoulderSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén interior derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightShoulderSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de arcén derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightBermSlope_Fill" 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" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente de berma derecha en desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="shoulderSlopeCrit">
                    <xs:annotation>
                        <xs:documentation>Criterio de pendientes de arcenes exteriores.</xs:documentation>
                        <xs:documentation>
                        </xs:documentation>
                        <xs:documentation>Obligatorio salvo que el indicador global correspondiente valga "true".</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">
                    <xs:annotation>
                        <xs:documentation>Criterio de pendientes de arcenes interiores.</xs:documentation>
                        <xs:documentation>
                        </xs:documentation>
                        <xs:documentation>Obligatorio salvo que el indicador global correspondiente valga "true".</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" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de arcenes.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftMinSubgradeSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de subrasante izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightMinSubgradeSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente mínima de subrasante derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="freeBermSlope" 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
station station Required
leftBermSlope_Fill leftBermSlope_Fill (Optional)
leftBermSlope_Cut leftBermSlope_Cut (Optional)
leftShoulderSlope leftShoulderSlope (Optional)
leftIntShoulderSlope leftIntShoulderSlope (Optional)
rightIntShoulderSlope rightIntShoulderSlope (Optional)
rightShoulderSlope rightShoulderSlope (Optional)
rightBermSlope_Fill rightBermSlope_Fill (Optional)
rightBermSlope_Cut rightBermSlope_Cut (Optional)
shoulderSlopeCrit shoulderSlopeCrit (Optional)
intShoulderSlopeCrit intShoulderSlopeCrit (Optional)
minShoulderSlope minShoulderSlope (Optional)
leftMinSubgradeSlope leftMinSubgradeSlope (Optional)
rightMinSubgradeSlope rightMinSubgradeSlope (Optional)
freeBermSlope freeBermSlope (Optional)