Definition Type: Element
Name: UrbanSubgradeGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de la capa de explanada de urbana.
Collapse XSD Schema Diagram:
Drilldown into UrbanSubgradeGlobalValues Drilldown into UrbanSubgradeGlobalIndicatorsXSD Diagram of UrbanSubgradeGlobalData
Collapse XSD Schema Code:
<xs:element name="UrbanSubgradeGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de la capa de explanada de urbana.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="UrbanSubgradeGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de la capa de explanada de urbana.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="carriageDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en calzada en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="carriageDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en calzada en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="parkingLaneDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en aparcamiento en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="parkingLaneDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en aparcamiento en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bikePathDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en carril bici en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bikePathDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en carril bici en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="extSidewalkDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera exterior en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="extSidewalkDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera exterior en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="intSidewalkDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera interior en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="intSidewalkDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera interior en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalkDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera central en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalkDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en acera central en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bermDepth_FillGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en berma en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bermDepth_CutGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor en berma en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="wideningGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el sobreancho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="UrbanSubgradeGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de la capa de explanada de urbana.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="carriageDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en calzada en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="carriageDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en calzada en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="parkingLaneDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en aparcamiento en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="parkingLaneDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en aparcamiento en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bikePathDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en carril bici en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bikePathDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en carril bici en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="extSidewalkDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera exterior en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="extSidewalkDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera exterior en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="intSidewalkDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera interior en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="intSidewalkDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera interior en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalkDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera central en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalkDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en acera central en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bermDepth_Fill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en berma en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="bermDepth_Cut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en berma en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="widening" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Sobreancho.</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
UrbanSubgradeGlobalIndicators UrbanSubgradeGlobalIndicators 0 1
UrbanSubgradeGlobalValues UrbanSubgradeGlobalValues 0 1