<xs:element name="UrbanPaveGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de firmes de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewayDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewayDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermDepth" default="0.500" 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>
|