Definition Type: Element
Name: BlanketGlobalData
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Datos globales o por defecto de capa de forma.
Collapse XSD Schema Diagram:
Drilldown into BlanketGlobalValues Drilldown into BlanketGlobalIndicatorsXSD Diagram of BlanketGlobalData
Collapse XSD Schema Code:
<xs:element name="BlanketGlobalData" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Datos globales o por defecto de capa de forma.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="BlanketGlobalIndicators" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Indicadores de datos globales de capa de forma.</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="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: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="leftWideningGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el sobreancho izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightWideningGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el sobreancho derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="aristaCritGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el criterio de arista.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="aristaOffsetGlobal" default="false" type="xs:boolean">
                                <xs:annotation>
                                    <xs:documentation>Indica si es global el desplazamiento de la arista.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="BlanketGlobalValues" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Valores de datos globales o por defecto de capa de forma.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="depth" default="0.300" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Espesor.</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: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="leftWidening" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Sobreancho izquierdo.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="rightWidening" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Sobreancho derecho.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="aristaCrit" default="FIXED">
                                <xs:annotation>
                                    <xs:documentation>Criterio de arista.</xs:documentation>
                                </xs:annotation>
                                <xs:simpleType>
                                    <xs:restriction base="xs:string">
                                        <xs:enumeration value="FIXED" />
                                        <xs:enumeration value="VARIABLE" />
                                    </xs:restriction>
                                </xs:simpleType>
                            </xs:attribute>
                            <xs:attribute name="aristaOffset" default="0.000" type="xs:float">
                                <xs:annotation>
                                    <xs:documentation>Desplazamiento de la arista.</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
BlanketGlobalIndicators BlanketGlobalIndicators 0 1
BlanketGlobalValues BlanketGlobalValues 0 1