<xs:element name="UrbanPaveByStation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Datos de firmes 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="leftBermDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewayDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewayDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermDepth" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor berma derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPaveCatalog" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador del firme de catálogo.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si no hay ningún elemento de catálogo asignado, este atributo no aparece.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|