Definition Type: Element
Name: SubgradeMxGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de la capa de explanada Mx.
Collapse XSD Schema Diagram:
Drilldown into SubgradeMxGlobalValues Drilldown into SubgradeMxGlobalIndicatorsXSD Diagram of SubgradeMxGlobalData
Collapse XSD Schema Code:
<xs:element name="SubgradeMxGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de la capa de explanada Mx.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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>
            <xs:element name="SubgradeMxGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de la capa de explanada Mx.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="depthFill" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en terraplén.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="depthCut" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor en desmonte.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="treatmentE2" default="NONE">
                                <xs:annotation>
                                    <xs:documentation>Tratamiento en estrato 2.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="CAJA" />
                                        <xs:enumeration value="EXACTECO" />
                                        <xs:enumeration value="CCC" />
                                        <xs:enumeration value="NONE" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="treatmentE3" default="NONE">
                                <xs:annotation>
                                    <xs:documentation>Tratamiento en estrato 3.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="CAJA" />
                                        <xs:enumeration value="EXACTECO" />
                                        <xs:enumeration value="CCC" />
                                        <xs:enumeration value="NONE" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="suppressSubgradeBetweenMarks" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si se elimina la explanada entre marcas.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubgradeMxGlobalIndicators SubgradeMxGlobalIndicators 0 1
SubgradeMxGlobalValues SubgradeMxGlobalValues 0 1