<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>
|