<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>
|