Definition Type: Element
Name: GeologyGlobalValues
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Valores de datos globales o por defecto de geología.
Collapse XSD Schema Diagram:
Drilldown into rightMatG2 Drilldown into rightMatG1 Drilldown into rightMatG0 Drilldown into leftMatG2 Drilldown into leftMatG1 Drilldown into leftMatG0XSD Diagram of GeologyGlobalValues
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
leftMatG0 leftMatG0 0.300 (Optional)
leftMatG1 leftMatG1 100.000 (Optional)
leftMatG2 leftMatG2 0.000 (Optional)
rightMatG0 rightMatG0 0.300 (Optional)
rightMatG1 rightMatG1 100.000 (Optional)
rightMatG2 rightMatG2 0.000 (Optional)