<xs:element name="SubballastGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de subbalasto.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="depthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftEndSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightEndSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftPlatformSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightPlatformSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|