<xs:element name="TunnelInvertGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de contrabóveda de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="TunnelInvertGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de contrabóveda de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="typeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el tipo de contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="xInvertCentreGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la X del centro de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="yInvertCentreGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la Y del centro de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="invertRadiusGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el radio de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="invertAngleGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el ángulo de la contrabóveda.</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="elevationIncreaseGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el incremento de cota.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftX1Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la X1 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftY1Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la Y1 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftX2Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la X2 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftY2Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la Y2 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightX1Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la X1 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightY1Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la Y1 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightX2Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la X2 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightY2Global" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la Y2 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="TunnelInvertGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de contrabóveda de túnel.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" default="NONE">
<xs:annotation>
<xs:documentation>Tipo de contrabóveda.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE" />
<xs:enumeration value="CIRCULAR_1" />
<xs:enumeration value="CIRCULAR_2" />
<xs:enumeration value="CIRCULAR_3" />
<xs:enumeration value="VECTORIAL" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="xInvertCentre" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>X del centro de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="yInvertCentre" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Y del centro de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="invertRadius" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Radio de la contrabóveda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="invertAngle" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Ángulo de la contrabóveda.</xs:documentation>
</xs:annotation>
</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="elevationIncrease" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Incremento de cota.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftX1" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>X1 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftY1" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Y1 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftX2" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>X2 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftY2" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Y2 izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightX1" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>X1 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightY1" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Y1 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightX2" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>X2 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightY2" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Y2 derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|