Definition Type: Element
Name: RetainingWallCatalog
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Muro de catálogo.
INFO++ http://www.tool.es/_web/DOC/CLIP/DLG_CatalogoMuros.html ++INFO
Collapse XSD Schema Diagram:
Drilldown into cutSideSlope Drilldown into cutDepth Drilldown into cutSideSlopeCrit Drilldown into footingHeight Drilldown into footingNearSideWidth Drilldown into footingTotalWidth Drilldown into extWallSideSlope Drilldown into intWallSideSlope Drilldown into buriedDepth Drilldown into foundationCrit Drilldown into crestWidth Drilldown into heightFromCrest Drilldown into increasing_height Drilldown into crestCrit Drilldown into minHeight Drilldown into type Drilldown into ID Drilldown into nameXSD Diagram of RetainingWallCatalog
Collapse XSD Schema Code:
<xs:element name="RetainingWallCatalog" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Muro de catálogo.</xs:documentation>
        <xs:documentation>INFO++ http://www.tool.es/_web/DOC/CLIP/DLG_CatalogoMuros.html ++INFO</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="name" type="xs:string" use="required">
                    <xs:annotation>
                        <xs:documentation>Nombre del muro de contención.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="ID" type="xs:unsignedLong">
                    <xs:annotation>
                        <xs:documentation>Identificador del muro de contención.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="type" default="CUT">
                    <xs:annotation>
                        <xs:documentation>Indica si la sección de muro se construye en desmonte o en terraplén.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="CUT" />
                            <xs:enumeration value="FILL" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="minHeight" default="1.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Altura mínima.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="crestCrit" default="INCREASING_ELEVATION">
                    <xs:annotation>
                        <xs:documentation>Criterio de coronación.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="INCREASING_ELEVATION" />
                            <xs:enumeration value="WALL_HEIGHT" />
                            <xs:enumeration value="PROFILE_ADJUSTED" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="increasing_height" default="0.200" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Sobrealtura.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="heightFromCrest" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Altura sobre cimentación.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="crestWidth" default="0.500" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho de coronación.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="foundationCrit" default="BURIED_DEPTH">
                    <xs:annotation>
                        <xs:documentation>Criterio de cimentación.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PROFILE_ADJUSTED" />
                            <xs:enumeration value="BURIED_DEPTH" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="buriedDepth" default="0.300" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor enterrado.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="intWallSideSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud interior.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="extWallSideSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud exterior.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="footingTotalWidth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho de zapata total.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="footingNearSideWidth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho de zapata en cara vista.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="footingHeight" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Altura de zapata.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="cutSideSlopeCrit" default="SLOPE_DEPTH">
                    <xs:annotation>
                        <xs:documentation>Criterio de arranque de talud de desmonte.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="SLOPE_DEPTH" />
                            <xs:enumeration value="PROFILE_ADJUSTED" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="cutDepth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Profundidad de cierre en desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="cutSideSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud de cierre de desmonte.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name name Required
ID ID (Optional)
type type CUT (Optional)
minHeight minHeight 1.000 (Optional)
crestCrit crestCrit INCREASING_ELEVATION (Optional)
increasing_height increasing_height 0.200 (Optional)
heightFromCrest heightFromCrest 2.000 (Optional)
crestWidth crestWidth 0.500 (Optional)
foundationCrit foundationCrit BURIED_DEPTH (Optional)
buriedDepth buriedDepth 0.300 (Optional)
intWallSideSlope intWallSideSlope 0.000 (Optional)
extWallSideSlope extWallSideSlope 0.000 (Optional)
footingTotalWidth footingTotalWidth 0.000 (Optional)
footingNearSideWidth footingNearSideWidth 0.000 (Optional)
footingHeight footingHeight 0.000 (Optional)
cutSideSlopeCrit cutSideSlopeCrit SLOPE_DEPTH (Optional)
cutDepth cutDepth 0.000 (Optional)
cutSideSlope cutSideSlope 0.000 (Optional)