<xs:element name="RoadPlatformGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de plataforma de carretera.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBerm_FillGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Berma izquierda en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBerm_CutGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Berma izquierda en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Arcén izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftCarriagewayGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Calzada izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Arcén interior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftMedianGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Mediana izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftTurningPointGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Punto de giro izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightTurningPointGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Punto de giro derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightMedianGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Mediana derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Arcén interior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightCarriagewayGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Calzada derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Arcén derecho</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBerm_FillGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Berma derecha en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBerm_CutGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Berma derecha en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|