Definition Type: Element
Name: CanalHeightsGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de calados de canales.
Collapse XSD Schema Diagram:
Drilldown into CanalHeightsGlobalValues Drilldown into CanalHeightsGlobalIndicatorsXSD Diagram of CanalHeightsGlobalData
Collapse XSD Schema Code:
<xs:element name="CanalHeightsGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de calados de canales.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CanalHeightsGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de calados de canales.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftHeight_8Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 8.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_7Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 7.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_6Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 6.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_5Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 5.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_4Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 4.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_3Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 3.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_2Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_1Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado izquierdo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_1Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_2Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_3Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 3.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_4Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 4.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_5Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 5.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_6Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 6.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_7Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 7.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_8Global" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el calado derecho 8.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="CanalHeightsGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de calados de canales.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="leftHeight_8" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 8.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_7" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 7.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_6" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 6.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_5" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 5.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_4" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 4.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_3" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 3.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_2" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="leftHeight_1" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado izquierdo 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_1" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 1.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_2" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 2.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_3" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 3.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_4" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 4.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_5" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 5.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_6" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 6.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_7" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 7.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightHeight_8" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Calado derecho 8.</xs:documentation>
                                </xs:annotation>
                            </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
CanalHeightsGlobalIndicators CanalHeightsGlobalIndicators 0 1
CanalHeightsGlobalValues CanalHeightsGlobalValues 0 1