Definition Type: Element
Name: TunnelPlatformGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de plataforma de túneles.
Collapse XSD Schema Diagram:
Drilldown into TunnelPlatformGlobalValues Drilldown into TunnelPlatformGlobalIndicatorsXSD Diagram of TunnelPlatformGlobalData
Collapse XSD Schema Code:
<xs:element name="TunnelPlatformGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de plataforma de túneles.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TunnelPlatformGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de plataforma de túneles.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftSidewalkSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la pendiente de acera izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftCurbHeightGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura de bordillo izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftShoulderGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el arcén izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftCarriagewayGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la calzada izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightCarriagewayGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la calzada derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightShoulderGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el arcén derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightCurbHeightGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura de bordillo derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSidewalkSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la pendiente de acera derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="TunnelPlatformGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de plataforma de túneles.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftSidewalkSlope" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Pendiente de acera izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftCurbHeight" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura de bordillo izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftShoulder" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Arcén izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftCarriageway" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calzada izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightCarriageway" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calzada derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightShoulder" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Arcén derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightCurbHeight" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura de bordillo derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSidewalkSlope" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Pendiente de acera derecha.</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
TunnelPlatformGlobalIndicators TunnelPlatformGlobalIndicators 0 1
TunnelPlatformGlobalValues TunnelPlatformGlobalValues 0 1