Definition Type: Attribute
Name: crestCrit
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
ContentType Restriction
Default INCREASING_ELEVATION
Use (Optional)
Documentation:
Criterio de coronación.
Collapse XSD Schema Diagram:
XSD Diagram of crestCrit
Collapse XSD Schema Code:
<xs:attribute name="crestCrit" default="INCREASING_ELEVATION">
    <xs:annotation>
        <xs:documentation>Criterio de coronación.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="INCREASING_ELEVATION" />
            <xs:enumeration value="WALL_HEIGHT" />
            <xs:enumeration value="PROFILE_ADJUSTED" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration INCREASING_ELEVATION
Enumeration WALL_HEIGHT
Enumeration PROFILE_ADJUSTED