Definition Type: Element
Name: MS_StripGlobalValues
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Valores de datos globales o por defecto de una banda de una pista de tramos multipista.
Collapse XSD Schema Diagram:
Drilldown into paveReferences Drilldown into paveCriteria Drilldown into IDPaveCatalog Drilldown into subgradeSlopeCriteria Drilldown into subgradeSlope Drilldown into slopeCriteria Drilldown into slope Drilldown into paveDepthCriteria Drilldown into paveDepth Drilldown into curbHeight Drilldown into widthXSD Diagram of MS_StripGlobalValues
Collapse XSD Schema Code:
<xs:element name="MS_StripGlobalValues" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Valores de datos globales o por defecto de una banda de una pista de tramos multipista.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="paveReferences" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Referencias del catálogo de firmes multipista a las que está asociado el extremo de la banda.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="ref_1" default="false" type="xs:boolean" />
                            <xs:attribute name="ref_2" default="false" type="xs:boolean" />
                            <xs:attribute name="ref_3" default="false" type="xs:boolean" />
                            <xs:attribute name="ref_4" default="false" type="xs:boolean" />
                            <xs:attribute name="ref_5" default="false" type="xs:boolean" />
                            <xs:attribute name="ref_6" default="false" type="xs:boolean" />
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="width" default="0.000" type="xs:float">
            <xs:annotation>
                <xs:documentation>Anchura de la banda.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="curbHeight" default="0.000" type="xs:float">
            <xs:annotation>
                <xs:documentation>Altura del bordillo.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="paveDepth" default="0.000" type="xs:float">
            <xs:annotation>
                <xs:documentation>Espesor de firme.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="paveDepthCriteria" default="FREE">
            <xs:annotation>
                <xs:documentation>Criterio de espesor de firme.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="FREE" />
                    <xs:enumeration value="SAME_AS_NEXT_ONE" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="slope" default="0.000" type="xs:float">
            <xs:annotation>
                <xs:documentation>Pendiente.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="slopeCriteria" default="FREE">
            <xs:annotation>
                <xs:documentation>Criterio de pendiente.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="FREE" />
                    <xs:enumeration value="SAME_AS_NEXT_ONE" />
                    <xs:enumeration value="LEFT_SUPERELEVATION" />
                    <xs:enumeration value="RIGHT_SUPERELEVATION" />
                    <xs:enumeration value="MIN_SLOPE_OR_SAME_AS_NEXT_ONE" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="subgradeSlope" default="0.000" type="xs:float">
            <xs:annotation>
                <xs:documentation>Pendiente de subrasante.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="subgradeSlopeCriteria" default="FREE">
            <xs:annotation>
                <xs:documentation>Criterio de pendiente de subrasante.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="FREE" />
                    <xs:enumeration value="SAME_AS_NEXT_ONE" />
                    <xs:enumeration value="PARALLEL" />
                    <xs:enumeration value="MIN_SLOPE_SUP" />
                    <xs:enumeration value="MIN_SLOPE_OR_SAME_AS_NEXT_ONE" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="IDPaveCatalog" type="xs:unsignedLong">
            <xs:annotation>
                <xs:documentation>Identificador del firme de catálogo.</xs:documentation>
                <xs:documentation>
                </xs:documentation>
                <xs:documentation>Si no hay ningún elemento de catálogo asignado, este atributo no aparece.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="paveCriteria" default="NONE">
            <xs:annotation>
                <xs:documentation>Criterio de firme.</xs:documentation>
                <xs:documentation>
                </xs:documentation>
                <xs:documentation>Si hay algún elemento de catálogo asignado como firme (IDPaveCatalog), este atributo no aparece.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:enumeration value="NONE" />
                    <xs:enumeration value="SAME_AS_NEXT_ONE" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paveReferences paveReferences 0 1
Collapse Child Attributes:
Name Type Default Value Use
width width 0.000 (Optional)
curbHeight curbHeight 0.000 (Optional)
paveDepth paveDepth 0.000 (Optional)
paveDepthCriteria paveDepthCriteria FREE (Optional)
slope slope 0.000 (Optional)
slopeCriteria slopeCriteria FREE (Optional)
subgradeSlope subgradeSlope 0.000 (Optional)
subgradeSlopeCriteria subgradeSlopeCriteria FREE (Optional)
IDPaveCatalog IDPaveCatalog (Optional)
paveCriteria paveCriteria NONE (Optional)