<xs:element name="RoadSlopesGlobalData" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Datos globales o por defecto de pendientes de carretera.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="RoadSlopesGlobalIndicators" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Indicadores de datos globales de pendientes de carretera.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermSlope_FillGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma izquierda en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBermSlope_CutGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma izquierda en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulderSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de arcén izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntShoulderSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de arcén interior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntShoulderSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de arcén interior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightShoulderSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de arcén derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope_FillGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma derecha en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope_CutGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente de berma derecha en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="shoulderSlopeCritGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de pendientes de arcenes exteriores.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="intShoulderSlopeCritGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el criterio de pendientes de arcenes interiores.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minShoulderSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente mínima de arcenes.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftMinSubgradeSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente mínima de subrasante izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightMinSubgradeSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global la pendiente mínima de subrasante derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="freeBermSlopeGlobal" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indica si es global el indicador de berma libre.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="RoadSlopesGlobalValues" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Valores de datos globales o por defecto de cunetas.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="leftBermSlope_Fill" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma izquierda en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftBermSlope_Cut" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma izquierda en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftShoulderSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de arcén izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftIntShoulderSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de arcén interior izquierdo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightIntShoulderSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de arcén interior derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightShoulderSlope" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de arcén derecho.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope_Fill" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma derecha en terraplén.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightBermSlope_Cut" default="4.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente de berma derecha en desmonte.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="shoulderSlopeCrit" default="SAME_AS_CARRIEGEWAY">
<xs:annotation>
<xs:documentation>Criterio de pendientes de arcenes exteriores.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="SAME_AS_CARRIEGEWAY" />
<xs:enumeration value="MIN_SLOPE_1" />
<xs:enumeration value="MIN_SLOPE_2" />
<xs:enumeration value="MIN_SLOPE_ALLWAYS" />
<xs:enumeration value="USER_VALUES" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="intShoulderSlopeCrit" default="SAME_AS_CARRIEGEWAY">
<xs:annotation>
<xs:documentation>Criterio de pendientes de arcenes interiores.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="SAME_AS_CARRIEGEWAY" />
<xs:enumeration value="USER_VALUES" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="minShoulderSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente mínima de arcenes.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="leftMinSubgradeSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente mínima de subrasante izquierda.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rightMinSubgradeSlope" default="2.000" type="xs:float">
<xs:annotation>
<xs:documentation>Pendiente mínima de subrasante derecha.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="freeBermSlope" default="false" type="xs:boolean">
<xs:annotation>
<xs:documentation>Berma libre.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|