<xs:element name="TunnelPlatformGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de plataforma de túneles.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftSidewalkSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCurbHeightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura de bordillo izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el arcén 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="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="rightShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el arcén derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCurbHeightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura de bordillo derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightSidewalkSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|