<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>
|