Definition Type: Element
Name: TunnelPaveGlobalValues
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 firme de túnel.
Collapse XSD Schema Diagram:
Drilldown into matchFootingElevation Drilldown into footingElevationCrit Drilldown into paveCatalogGeometric Drilldown into IDPaveCatalog Drilldown into rightFootingWidth Drilldown into rightFootingDepth Drilldown into leftFootingWidth Drilldown into leftFootingDepth Drilldown into depth Drilldown into subgradeCritXSD Diagram of TunnelPaveGlobalValues
Collapse XSD Schema Code:
<xs:element name="TunnelPaveGlobalValues" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Valores de datos globales o por defecto de firme de túnel.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="subgradeCrit" default="PARALLEL">
                    <xs:annotation>
                        <xs:documentation>Criterio de subrasante.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PARALLEL" />
                            <xs:enumeration value="FOOTING" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="depth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftFootingDepth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Profundidad de zapata izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftFootingWidth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho de zapata izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightFootingDepth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Profundidad de zapata derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightFootingWidth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho de zapata derecha.</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" default="false" 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:attribute name="footingElevationCrit" default="PROFALIGN">
                    <xs:annotation>
                        <xs:documentation>Criterio de cota de zapata.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PROFALIGN" />
                            <xs:enumeration value="PLATFORM_OUTER" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="matchFootingElevation" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si se igualan la cota de fondo de las zapatas izquierda y derecha a la más baja.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
subgradeCrit subgradeCrit PARALLEL (Optional)
depth depth 0.000 (Optional)
leftFootingDepth leftFootingDepth 0.000 (Optional)
leftFootingWidth leftFootingWidth 0.000 (Optional)
rightFootingDepth rightFootingDepth 0.000 (Optional)
rightFootingWidth rightFootingWidth 0.000 (Optional)
IDPaveCatalog IDPaveCatalog (Optional)
paveCatalogGeometric paveCatalogGeometric false (Optional)
footingElevationCrit footingElevationCrit PROFALIGN (Optional)
matchFootingElevation matchFootingElevation (Optional)