Definition Type: Element
Name: UrbanCurbsGlobalIndicators
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Indicadores de datos globales de bordillos de urbana.
Collapse XSD Schema Diagram:
Drilldown into rightSlopeGlobal Drilldown into rightBikePathGlobal Drilldown into rightSidewalkGlobal Drilldown into rightParkingLaneGlobal Drilldown into centralSidewalkGlobal Drilldown into leftParkingLaneGlobal Drilldown into leftSidewalkGlobal Drilldown into leftBikePathGlobal Drilldown into leftSlopeGlobalXSD Diagram of UrbanCurbsGlobalIndicators
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
leftSlopeGlobal leftSlopeGlobal false (Optional)
leftBikePathGlobal leftBikePathGlobal false (Optional)
leftSidewalkGlobal leftSidewalkGlobal false (Optional)
leftParkingLaneGlobal leftParkingLaneGlobal false (Optional)
centralSidewalkGlobal centralSidewalkGlobal false (Optional)
rightParkingLaneGlobal rightParkingLaneGlobal false (Optional)
rightSidewalkGlobal rightSidewalkGlobal false (Optional)
rightBikePathGlobal rightBikePathGlobal false (Optional)
rightSlopeGlobal rightSlopeGlobal false (Optional)