<xs:element name="UrbanSlopesByStation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Datos de pendientes de urbana tramificados por estaciones.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>El primer y último elemento deben tener presentes todos los atributos, salvo que el indicador de valor global correspondiente a ese atributo valga "true", en cuyo caso el atributo no aparecerá.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Para los elementos intermedios, se considera que aquellos atributos no presentes se interpolarán con los valores adyacentes.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Los atributos cuyo indicador de valor global correspondiente valga "true" no aparecerán.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="station" type="xs:float" use="required">
<xs:annotation>
<xs:documentation>Estación.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBermSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Profundidad de acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkSlope" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope" 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>
|