Definition Type: Element
Name: MedianGlobalValues
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Valores de datos globales o por defecto de mediana.
Collapse XSD Schema Diagram:
Drilldown into ditchSlopeCrit Drilldown into ditchSlope Drilldown into rightBermSlope Drilldown into rightBermWidth Drilldown into leftBermSlope Drilldown into leftBermWidth Drilldown into offset Drilldown into depth Drilldown into typeXSD Diagram of MedianGlobalValues
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
type type INFERIOR (Optional)
depth depth 0.000 (Optional)
offset offset 0.000 (Optional)
leftBermWidth leftBermWidth 0.000 (Optional)
leftBermSlope leftBermSlope 0.000 (Optional)
rightBermWidth rightBermWidth 0.000 (Optional)
rightBermSlope rightBermSlope 0.000 (Optional)
ditchSlope ditchSlope 100000.000 (Optional)
ditchSlopeCrit ditchSlopeCrit INFERIOR (Optional)