Definition Type: Element
Name: SubballastGlobalIndicators
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 subbalasto.
Collapse XSD Schema Diagram:
Drilldown into rightPlatformSlopeGlobal Drilldown into leftPlatformSlopeGlobal Drilldown into rightEndSlopeGlobal Drilldown into leftEndSlopeGlobal Drilldown into rightWidthGlobal Drilldown into leftWidthGlobal Drilldown into depthGlobalXSD Diagram of SubballastGlobalIndicators
Collapse XSD Schema Code:
<xs:element name="SubballastGlobalIndicators" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Indicadores de datos globales de subbalasto.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="depthGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el espesor.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftWidthGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el ancho izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightWidthGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global el ancho derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftEndSlopeGlobal" 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="rightEndSlopeGlobal" 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="leftPlatformSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global la pendiente izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightPlatformSlopeGlobal" default="false" type="xs:boolean">
                    <xs:annotation>
                        <xs:documentation>Indica si es global la pendiente derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
depthGlobal depthGlobal false (Optional)
leftWidthGlobal leftWidthGlobal false (Optional)
rightWidthGlobal rightWidthGlobal false (Optional)
leftEndSlopeGlobal leftEndSlopeGlobal false (Optional)
rightEndSlopeGlobal rightEndSlopeGlobal false (Optional)
leftPlatformSlopeGlobal leftPlatformSlopeGlobal false (Optional)
rightPlatformSlopeGlobal rightPlatformSlopeGlobal false (Optional)