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