<xs:element name="UrbanSubgradeByStation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Datos de la capa de explanada 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="carriageDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en calzada en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="carriageDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en calzada en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parkingLaneDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en aparcamiento en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parkingLaneDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en aparcamiento en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bikePathDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en carril bici en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bikePathDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en carril bici en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="extSidewalkDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera exterior en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="extSidewalkDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera exterior en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="intSidewalkDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera interior en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="intSidewalkDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera interior en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera central en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera central en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermDepth_Fill" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en berma en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermDepth_Cut" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en berma en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="widening" type="xs:float">
<xs:annotation>
<xs:documentation>Sobreancho.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|