<xs:element name="RoadPaveGlobalValues">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de firme de carretera.</xs:documentation>
<xs:documentation>INFO++ http://www.tool.es/_web/DOC/CLIP/DLG_DatosGlobalesCarreteraFirme.html ++INFO</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="subgradeCrit" default="PARALLEL_CARRIAGE_AND_SHOULDERS">
<xs:annotation>
<xs:documentation>Criterio de subrasante.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="MOBILE_ARISTA" />
<xs:enumeration value="PARALLEL_CARRIAGE_AND_SHOULDERS" />
<xs:enumeration value="PARALLEL_CARRIAGE" />
<xs:enumeration value="PARALLEL" />
<xs:enumeration value="OC_17_2003" />
<xs:enumeration value="MIN_SLOPE" />
<xs:enumeration value="USER_DEFINED_ARISTA" />
<xs:enumeration value="PARALLEL_CARRIAGE_AND_LEFT_SHOULDER" />
<xs:enumeration value="FIXED_ARISTA" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="reinforceCrit" default="NOT_REINFORCED">
<xs:annotation>
<xs:documentation>Criterio de refuerzo.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NOT_REINFORCED" />
<xs:enumeration value="MILLING_ADJUSTED" />
<xs:enumeration value="MILLING_NOT_ADJUSTED" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="offsetReinforceCrit" default="MARKS">
<xs:annotation>
<xs:documentation>Criterio de retranqueo de marcas.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="MARKS" />
<xs:enumeration value="AXIS" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="leftDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightDepth" default="0.500" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftPaveSideSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="interiorPaveSideSlope" default="1.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud interior.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightPaveSideSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Talud derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minReinforceDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor mínimo de refuerzo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maxReinforceDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor máximo de refuerzo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maxMillingDepth" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Espesor máximo de fresado.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftOffsetReinforce" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Retranqueo izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightOffsetReinforce" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Retranqueo derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="aristaOffset" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Distancia arista.</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="true" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si el firme de catálogo es geométrico (no simplificado).</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:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|