Definition Type: Element
Name: GeologyGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de geología.
Collapse XSD Schema Diagram:
Drilldown into GeologyGlobalValues Drilldown into GeologyGlobalIndicatorsXSD Diagram of GeologyGlobalData
Collapse XSD Schema Code:
<xs:element name="GeologyGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de geología.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="GeologyGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de geología.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftMatG0Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor izquierdo del material del grupo 0 (tierra vegetal).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftMatG1Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor izquierdo del material del grupo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftMatG2Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor izquierdo del material del grupo 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG0Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor derecho del material del grupo 0 (tierra vegetal).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG1Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor derecho del material del grupo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG2Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el espesor derecho del material del grupo 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="GeologyGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de geología.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftMatG0" default="0.300" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor izquierdo del material del grupo 0 (tierra vegetal).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftMatG1" default="100.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor izquierdo del material del grupo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftMatG2" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor izquierdo del material del grupo 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG0" default="0.300" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor derecho del material del grupo 0 (tierra vegetal).</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG1" default="100.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor derecho del material del grupo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightMatG2" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor derecho del material del grupo 2.</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
GeologyGlobalIndicators GeologyGlobalIndicators 0 1
GeologyGlobalValues GeologyGlobalValues 0 1