<xs:element name="UrbanSlopesGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de pendientes de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkSlopeGlobal" 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="leftParkingLaneSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la profundidad de acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkSlopeGlobal" 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:attribute name="rightBikePathSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|