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