Definition Type: Element
Name: MS_PaveSlopesGlobalIndicators
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Indicadores de datos globales de taludes de firme de tramos multipista.
Collapse XSD Schema Diagram:
Drilldown into rightSubgradeSlopeGlobal Drilldown into leftSubgradeSlopeGlobal Drilldown into rightSlopeGlobal Drilldown into leftSlopeGlobalXSD Diagram of MS_PaveSlopesGlobalIndicators
Collapse XSD Schema Code:
<xs:element name="MS_PaveSlopesGlobalIndicators" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Indicadores de datos globales de taludes de firme de tramos multipista.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="leftSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el talud izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el talud derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftSubgradeSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el talud de explanada en desmonte izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightSubgradeSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el talud de explanada en desmonte derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
leftSlopeGlobal leftSlopeGlobal false (Optional)
rightSlopeGlobal rightSlopeGlobal false (Optional)
leftSubgradeSlopeGlobal leftSubgradeSlopeGlobal false (Optional)
rightSubgradeSlopeGlobal rightSubgradeSlopeGlobal false (Optional)