<xs:element name="UrbanSlopesGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de pendientes de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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>
<xs:element name="UrbanSlopesGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de pendientes de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermSlope" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Profundidad de acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|