Definition Type: Element
Name: RoadPaveByStation
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Datos de firmes de carretera 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.

INFO++ http://www.tool.es/_web/DOC/CLIP/DLG_TablaCarreteraFirme.html ++INFO
Collapse XSD Schema Diagram:
Drilldown into paveCatalogGeometric Drilldown into IDPaveCatalog Drilldown into aristaOffset Drilldown into rightOffsetReinforce Drilldown into leftOffsetReinforce Drilldown into maxMillingDepth Drilldown into maxReinforceDepth Drilldown into minReinforceDepth Drilldown into rightPaveSideSlope Drilldown into interiorPaveSideSlope Drilldown into leftPaveSideSlope Drilldown into rightDepth Drilldown into leftDepth Drilldown into offsetReinforceCrit Drilldown into reinforceCrit Drilldown into subgradeCrit Drilldown into stationXSD Diagram of RoadPaveByStation
Collapse XSD Schema Code:
<xs:element name="RoadPaveByStation" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Datos de firmes de carretera 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>Los atributos cuyo indicador de valor global correspondiente valga "true" no aparecerán.</xs:documentation>
        <xs:documentation>
        </xs:documentation>
        <xs:documentation>INFO++ http://www.tool.es/_web/DOC/CLIP/DLG_TablaCarreteraFirme.html ++INFO</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="subgradeCrit">
                    <xs:annotation>
                        <xs:documentation>Criterio de subrasante.</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="MOBILE_ARISTA" />
                            <xs:enumeration value="PARALLEL_CARRIAGE_AND_SHOULDERS" />
                            <xs:enumeration value="PARALLEL_CARRIAGE" />
                            <xs:enumeration value="PARALLEL" />
                            <xs:enumeration value="OC_17_2003" />
                            <xs:enumeration value="MIN_SLOPE" />
                            <xs:enumeration value="USER_DEFINED_ARISTA" />
                            <xs:enumeration value="PARALLEL_CARRIAGE_AND_LEFT_SHOULDER" />
                            <xs:enumeration value="FIXED_ARISTA" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="reinforceCrit">
                    <xs:annotation>
                        <xs:documentation>Criterio de refuerzo.</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="NOT_REINFORCED" />
                            <xs:enumeration value="MILLING_ADJUSTED" />
                            <xs:enumeration value="MILLING_NOT_ADJUSTED" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="offsetReinforceCrit">
                    <xs:annotation>
                        <xs:documentation>Criterio de retranqueo de marcas.</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="MARKS" />
                            <xs:enumeration value="AXIS" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="leftDepth" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightDepth" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftPaveSideSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="interiorPaveSideSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud interior.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightPaveSideSlope" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="minReinforceDepth" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor mínimo de refuerzo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="maxReinforceDepth" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor máximo de refuerzo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="maxMillingDepth" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor máximo de fresado.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftOffsetReinforce" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Retranqueo izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightOffsetReinforce" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Retranqueo derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="aristaOffset" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Distancia arista.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="IDPaveCatalog" type="xs:unsignedLong">
                    <xs:annotation>
                        <xs:documentation>Identificador del firme de catálogo.</xs:documentation>
                        <xs:documentation>
                        </xs:documentation>
                        <xs:documentation>Si no hay ningún elemento de catálogo asignado, este atributo no aparece.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="paveCatalogGeometric" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si el firme de catálogo es geométrico (no simplificado).</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
subgradeCrit subgradeCrit (Optional)
reinforceCrit reinforceCrit (Optional)
offsetReinforceCrit offsetReinforceCrit (Optional)
leftDepth leftDepth (Optional)
rightDepth rightDepth (Optional)
leftPaveSideSlope leftPaveSideSlope (Optional)
interiorPaveSideSlope interiorPaveSideSlope (Optional)
rightPaveSideSlope rightPaveSideSlope (Optional)
minReinforceDepth minReinforceDepth (Optional)
maxReinforceDepth maxReinforceDepth (Optional)
maxMillingDepth maxMillingDepth (Optional)
leftOffsetReinforce leftOffsetReinforce (Optional)
rightOffsetReinforce rightOffsetReinforce (Optional)
aristaOffset aristaOffset (Optional)
IDPaveCatalog IDPaveCatalog (Optional)
paveCatalogGeometric paveCatalogGeometric (Optional)