Definition Type: Element
Name: MedianGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de mediana.
Collapse XSD Schema Diagram:
Drilldown into MedianGlobalValues Drilldown into MedianGlobalIndicatorsXSD Diagram of MedianGlobalData
Collapse XSD Schema Code:
<xs:element name="MedianGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de mediana.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MedianGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de mediana.</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>Tipología de mediana.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="depthGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de la profundidad de mediana.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="offsetGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de la distancia al eje.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBermWidthGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de el ancho de berma izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBermSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de la pendiente de berma izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBermWidthGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de el ancho de berma derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBermSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de la pendiente de berma derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="ditchSlopeGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de el talud de cuneta de mediana.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="ditchSlopeCritGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Identificador de la posición del talud.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="MedianGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de mediana.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="type" default="INFERIOR">
                                <xs:annotation>
                                    <xs:documentation>Tipología de mediana.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="INFERIOR" />
                                        <xs:enumeration value="BERM_AND_DEPTH" />
                                        <xs:enumeration value="BERM_AND_FIXED_DITCH" />
                                        <xs:enumeration value="BERM_AND_VARIABLE_DITCH" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="depth" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Profundidad de mediana.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="offset" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Distancia al eje.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBermWidth" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Ancho de berma izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftBermSlope" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Pendiente de berma izquierda.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBermWidth" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Ancho de berma derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightBermSlope" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Pendiente de berma derecha.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="ditchSlope" default="100000.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Talud de cuneta de mediana.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="ditchSlopeCrit" default="INFERIOR">
                                <xs:annotation>
                                    <xs:documentation>Posición del talud.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="INFERIOR" />
                                        <xs:enumeration value="SUPERIOR" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MedianGlobalIndicators MedianGlobalIndicators 0 1
MedianGlobalValues MedianGlobalValues 0 1