Definition Type: Element
Name: FillSlopesGlobalValues
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into compactionWidth Drilldown into minWedgeHeight Drilldown into wedgeWidth Drilldown into IDSlopeCatalog Drilldown into bermHeight Drilldown into bermWidth Drilldown into inferiorSlope Drilldown into height Drilldown into slopeOrSuperiorSlope Drilldown into typeXSD Diagram of FillSlopesGlobalValues
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
type type _2_SLOPES (Optional)
slopeOrSuperiorSlope slopeOrSuperiorSlope 2.000 (Optional)
height height 0.000 (Optional)
inferiorSlope inferiorSlope 2.000 (Optional)
bermWidth bermWidth 0.000 (Optional)
bermHeight bermHeight 0.000 (Optional)
IDSlopeCatalog IDSlopeCatalog (Optional)
wedgeWidth wedgeWidth 0.000 (Optional)
minWedgeHeight minWedgeHeight 0.500 (Optional)
compactionWidth compactionWidth 0.000 (Optional)