Definition Type: Element
Name: TunnelCrownGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de bóveda de túnel.
Collapse XSD Schema Diagram:
Drilldown into TunnelCrownGlobalValues Drilldown into TunnelCrownGlobalIndicatorsXSD Diagram of TunnelCrownGlobalData
Collapse XSD Schema Code:
<xs:element name="TunnelCrownGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de bóveda de túnel.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TunnelCrownGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de bóveda de túnel.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="typeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el tipo de bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="xCrownCentreGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la X del centro de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="yCrownCentreGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la Y del centro de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="crownRadiusGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el radio de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="crownAngleGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el ángulo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSupRadiusGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el radio superior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSupRadiusGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el radio superior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSupAngleGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el ángulo superior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSupAngleGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el ángulo superior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftInfRadiusGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el radio inferior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightInfRadiusGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el radio inferior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="liningGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor de revestimiento.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="supportGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor de sostenimiento.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="TunnelCrownGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de bóveda de túnel.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="type" default="_1CENTRE">
                                <xs:annotation>
                                    <xs:documentation>Tipo de bóveda.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="_1CENTRE" />
                                        <xs:enumeration value="_3CENTRES" />
                                        <xs:enumeration value="_5CENTRES" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="xCrownCentre" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>X del centro de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="yCrownCentre" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Y del centro de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="crownRadius" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Radio de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="crownAngle" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Ángulo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSupRadius" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Radio superior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSupRadius" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Radio superior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSupAngle" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Ángulo superior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSupAngle" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Ángulo superior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftInfRadius" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Radio inferior izquierdo de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightInfRadius" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Radio inferior derecho de la bóveda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="lining" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor de revestimiento.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="support" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor de sostenimiento.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TunnelCrownGlobalIndicators TunnelCrownGlobalIndicators 0 1
TunnelCrownGlobalValues TunnelCrownGlobalValues 0 1