<xs:element name="UrbanSubgradeGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de la capa de explanada de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="carriageDepth_Fill" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en calzada en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="carriageDepth_Cut" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en calzada en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parkingLaneDepth_Fill" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en aparcamiento en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parkingLaneDepth_Cut" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en aparcamiento en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bikePathDepth_Fill" default="0.000" 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" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en carril bici en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="extSidewalkDepth_Fill" default="0.000" 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" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera exterior en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="intSidewalkDepth_Fill" default="0.000" 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" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera interior en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth_Fill" default="0.000" 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" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en acera central en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermDepth_Fill" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en berma en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermDepth_Cut" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor en berma en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="widening" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Sobreancho.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|