<xs:element name="UrbanPaveGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de firmes de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewayDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="centralSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewayDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor berma derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPaveCatalogGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el firme de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|