<xs:element name="TunnelPaveGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de firmes de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="TunnelPaveGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de firme de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="subgradeCritGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de subrasante.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="depthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el espesor.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftFootingDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la profundidad de zapata izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftFootingWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho de zapata izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightFootingDepthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la profundidad de zapata derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightFootingWidthGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ancho de zapata derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPaveCatalogGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el firme de catálogo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="footingElevationCritGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de cota de zapata.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="matchFootingElevationGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el indicador de igualar cota fondo zapatas.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<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>
</xs:sequence>
</xs:complexType>
</xs:element>
|