<xs:element name="FillSlopesGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="typeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la tipología de talud de terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="slopeOrSuperiorSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud/talud superior.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="heightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="inferiorSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el talud inferior.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la anchura de berma.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermHeightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura de berma.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDSlopeCatalogGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el identificador del talud de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="wedgeWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho de la cuña de afinamiento.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minWedgeHeightGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la altura mínima para cuña de afinamiento.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="compactionWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor de compactación (solo versión CM).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|