<xs:element name="SubgradeMxGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de la capa de explanada Mx.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="depthFillGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="depthCutGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="treatmentE2Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el tratamiento en estrato 2.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="treatmentE3Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el tratamiento en estrato 3.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="suppressSubgradeBetweenMarksGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el indicador de eliminar explanada entre marcas.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|