Definition Type: Element
Name: UrbanCurbsGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de bordillos de urbana.
Collapse XSD Schema Diagram:
Drilldown into UrbanCurbsGlobalValues Drilldown into UrbanCurbsGlobalIndicatorsXSD Diagram of UrbanCurbsGlobalData
Collapse XSD Schema Code:
<xs:element name="UrbanCurbsGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de bordillos de urbana.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="UrbanCurbsGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de bordillos de urbana.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global eltalud izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBikePathGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura carril bici izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSidewalkGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura acera izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftParkingLaneGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura aparcamiento izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalkGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura bordillo central.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightParkingLaneGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura aparcamiento derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSidewalkGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura acera derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBikePathGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global la altura carril bici derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el talud derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="UrbanCurbsGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de bordillos de urbana.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftSlope" default="2.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Talud izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBikePath" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura carril bici izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftSidewalk" default="0.200" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura acera izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftParkingLane" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura aparcamiento izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="centralSidewalk" default="0.200" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura bordillo central.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightParkingLane" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura aparcamiento derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSidewalk" default="0.200" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura acera derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBikePath" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Altura carril bici derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightSlope" default="2.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Talud derecho.</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
UrbanCurbsGlobalIndicators UrbanCurbsGlobalIndicators 0 1
UrbanCurbsGlobalValues UrbanCurbsGlobalValues 0 1