<xs:element name="FillSlopesGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de taludes de terraplén.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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>
<xs:element name="FillSlopesGlobalValues" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" default="_2_SLOPES">
<xs:annotation>
<xs:documentation>Tipología de talud de terraplén.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="_2_SLOPES" />
<xs:enumeration value="SLOPE_WITH_BERMS" />
<xs:enumeration value="SLOPE_TYPE" />
<xs:enumeration value="SHARPEN_WEDGE" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="slopeOrSuperiorSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud/Talud superior.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="height" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="inferiorSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud inferior.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermWidth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Anchura de berma.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="bermHeight" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Altura de berma.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDSlopeCatalog" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador del talud de catálogo.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Si no hay ningún elemento de catálogo asignado, este atributo no aparece.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="wedgeWidth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Ancho de la cuña de afinamiento.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minWedgeHeight" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Altura mínima para cuña de afinamiento.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="compactionWidth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor de compactación (solo versión CM).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|