<xs:element name="TunnelPaveGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de firme de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="subgradeCrit" default="PARALLEL">
<xs:annotation>
<xs:documentation>Criterio de subrasante.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PARALLEL" />
<xs:enumeration value="FOOTING" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="depth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftFootingDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Profundidad de zapata izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftFootingWidth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Ancho de zapata izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightFootingDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Profundidad de zapata derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightFootingWidth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Ancho de zapata derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPaveCatalog" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador del firme 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="paveCatalogGeometric" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si el firme de catálogo es geométrico (no simplificado).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="footingElevationCrit" default="PROFALIGN">
<xs:annotation>
<xs:documentation>Criterio de cota de zapata.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PROFALIGN" />
<xs:enumeration value="PLATFORM_OUTER" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="matchFootingElevation" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si se igualan la cota de fondo de las zapatas izquierda y derecha a la más baja.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|