<xs:element name="UrbanPlatformGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de plataforma de urbana.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la berma izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera exterior izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBikePathGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el carril bici izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftParkingLaneGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el aparcamiento izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewayGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCentralSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera central izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftTurningPointGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el punto de giro izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightTurningPointGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el punto de giro derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCentralSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera central derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewayGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightParkingLaneGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el aparcamiento derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBikePathGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el carril bici derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtSidewalkGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la acera exterior derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la berma derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|