<xs:element name="TunnelPlatformGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de plataforma de túneles.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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>
<xs:element name="TunnelPlatformGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de plataforma de túneles.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCurbHeight" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura de bordillo izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulder" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Arcén izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriageway" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriageway" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightShoulder" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Arcén derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCurbHeight" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura de bordillo derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightSidewalkSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de acera derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|