<xs:element name="BallastGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de balasto.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftExtBallastShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el hombro exterior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntBallastShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el hombro interior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntBallastShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el hombro interior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtBallastShoulderGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el hombro exterior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="trackGaugeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho de vía.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftTrackOffsetGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el entreeje izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightTrackOffsetGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el entreeje derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minBallastDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor mínimo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftExtBallastSideSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud exterior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntBallastSideSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud interior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntBallastSideSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud interior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightExtBallastSideSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud exterior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ballastRelElevationGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el cota de balasto.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDSleeperGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el identificador de la traviesa de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDRailGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el identificador del carril de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDGaugeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el identificador del gálibo de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|