<xs:element name="GeologicLayer" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Capa geológica.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="IDMatCatalog" type="xs:unsignedLong" use="required">
<xs:annotation>
<xs:documentation>Identificador del material geológico de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="depth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud para materiales del grupo 1 de desmonte avanzado.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si el material se define mediante terreno geológico, este atributo no aparece.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Para la última capa, este atributo no aplica (se considera de espesor infinito).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDTerrainList" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador del terreno geológico que define la interfaz inferior de este material.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si el material se define por espesor, este atributo no aparece.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|