Definition Type: Element
Name: SubballastGlobalValues
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 subbalasto.
Collapse XSD Schema Diagram:
Drilldown into rightPlatformSlope Drilldown into leftPlatformSlope Drilldown into rightEndSlope Drilldown into leftEndSlope Drilldown into rightWidth Drilldown into leftWidth Drilldown into depthXSD Diagram of SubballastGlobalValues
Collapse XSD Schema Code:
<xs:element name="SubballastGlobalValues" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Valores de datos globales o por defecto de subbalasto.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="depth" default="0.250" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftWidth" default="7.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightWidth" default="7.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Ancho derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftEndSlope" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud izquierdo.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightEndSlope" default="2.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud derecho.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftPlatformSlope" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente izquierda.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightPlatformSlope" default="4.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Pendiente derecha.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
depth depth 0.250 (Optional)
leftWidth leftWidth 7.000 (Optional)
rightWidth rightWidth 7.000 (Optional)
leftEndSlope leftEndSlope 2.000 (Optional)
rightEndSlope rightEndSlope 2.000 (Optional)
leftPlatformSlope leftPlatformSlope 4.000 (Optional)
rightPlatformSlope rightPlatformSlope 4.000 (Optional)