Definition Type: Element
Name: PaveCatalogLayer
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Capa de firme de catálogo.
Collapse XSD Schema Diagram:
Drilldown into parallelToSupSubgrade Drilldown into rightWidening Drilldown into rightHorizontalReference Drilldown into leftWidening Drilldown into leftHorizontalReference Drilldown into rightPaveLayerSideSlope Drilldown into leftPaveLayerSideSlope Drilldown into depth Drilldown into verticalOffset Drilldown into verticalReference Drilldown into IDPaveMaterialXSD Diagram of PaveCatalogLayer
Collapse XSD Schema Code:
<xs:element name="PaveCatalogLayer" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Capa de firme de catálogo.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="IDPaveMaterial" type="xs:unsignedLong" use="required">
                    <xs:annotation>
                        <xs:documentation>Identificador del material de firme de la capa.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="verticalReference" default="FREE">
                    <xs:annotation>
                        <xs:documentation>Referencia vertical de la capa de firme.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="FREE" />
                            <xs:enumeration value="PREVIOUS" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="verticalOffset" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Profundidad de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="depth" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Espesor de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftPaveLayerSideSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud izquierdo de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightPaveLayerSideSlope" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Talud derecho de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="leftHorizontalReference" default="PREVIOUS">
                    <xs:annotation>
                        <xs:documentation>Referencia lateral izquierda de la capa de firme.</xs:documentation>
                        <xs:documentation>Las referencias "SHOULDER" y "CARRIAGEWAY" se usan en firmes de carretera y urbana.</xs:documentation>
                        <xs:documentation>Las referencias "REF_1" a "REF_6" se usan en firmes de multipista.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PREVIOUS" />
                            <xs:enumeration value="COMPLETE" />
                            <xs:enumeration value="SHOULDER" />
                            <xs:enumeration value="CARRIAGEWAY" />
                            <xs:enumeration value="REF_1" />
                            <xs:enumeration value="REF_2" />
                            <xs:enumeration value="REF_3" />
                            <xs:enumeration value="REF_4" />
                            <xs:enumeration value="REF_5" />
                            <xs:enumeration value="REF_6" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="leftWidening" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Sobreancho izquierdo de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="rightHorizontalReference" default="PREVIOUS">
                    <xs:annotation>
                        <xs:documentation>Referencia lateral derecha de la capa de firme.</xs:documentation>
                        <xs:documentation>Las referencias "SHOULDER" y "CARRIAGEWAY" se usan en firmes de carretera y urbana.</xs:documentation>
                        <xs:documentation>Las referencias "REF_1" a "REF_6" se usan en firmes de multipista.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PREVIOUS" />
                            <xs:enumeration value="COMPLETE" />
                            <xs:enumeration value="SHOULDER" />
                            <xs:enumeration value="CARRIAGEWAY" />
                            <xs:enumeration value="REF_1" />
                            <xs:enumeration value="REF_2" />
                            <xs:enumeration value="REF_3" />
                            <xs:enumeration value="REF_4" />
                            <xs:enumeration value="REF_5" />
                            <xs:enumeration value="REF_6" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="rightWidening" default="0.000" type="xs:float">
                    <xs:annotation>
                        <xs:documentation>Sobreancho derecho de la capa de firme.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="parallelToSupSubgrade" default="PLATFORM">
                    <xs:annotation>
                        <xs:documentation>Paralela a plataforma o subrasante.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PLATFORM" />
                            <xs:enumeration value="SUBGRADE" />
                            <xs:enumeration value="CARRIAGEWAY" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
IDPaveMaterial IDPaveMaterial Required
verticalReference verticalReference FREE (Optional)
verticalOffset verticalOffset (Optional)
depth depth 0.000 (Optional)
leftPaveLayerSideSlope leftPaveLayerSideSlope 0.000 (Optional)
rightPaveLayerSideSlope rightPaveLayerSideSlope 0.000 (Optional)
leftHorizontalReference leftHorizontalReference PREVIOUS (Optional)
leftWidening leftWidening 0.000 (Optional)
rightHorizontalReference rightHorizontalReference PREVIOUS (Optional)
rightWidening rightWidening 0.000 (Optional)
parallelToSupSubgrade parallelToSupSubgrade PLATFORM (Optional)