Definition Type: Element
Name: PavesCatalog
Containing Schema: 0_COMPLETO_ENG.xsd
Abstract
Documentation:
Catálogo de firmes.
Collapse XSD Schema Diagram:
Drilldown into PaveCatalog Drilldown into PaveMaterialsCatalog Drilldown into versionXSD Diagram of PavesCatalog
Collapse XSD Schema Code:
<xs:element name="PavesCatalog">
    <xs:annotation>
        <xs:documentation>Catálogo de firmes.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PaveMaterialsCatalog" type="PaveMaterialsCatalogType" minOccurs="1" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation>Catálogo de materiales de firme.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="PaveCatalog" type="PaveCatalogType" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Firme de catálogo.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="version" default="1.0" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaveMaterialsCatalog PaveMaterialsCatalog 1 1
PaveCatalog PaveCatalog 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
version version 1.0 (Optional)