Definition Type: Attribute
Name: drainageCrit
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
ContentType Restriction
Default TERRAIN_ADJUSTED
Use (Optional)
Documentation:
Tipología de colocación de la obra de drenaje.
Collapse XSD Schema Diagram:
XSD Diagram of drainageCrit
Collapse XSD Schema Code:
<xs:attribute name="drainageCrit" default="TERRAIN_ADJUSTED">
    <xs:annotation>
        <xs:documentation>Tipología de colocación de la obra de drenaje.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="USER_DEFINED_ELEVATION" />
            <xs:enumeration value="PROFILE_ADJUSTED" />
            <xs:enumeration value="TERRAIN_ADJUSTED" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration USER_DEFINED_ELEVATION
Enumeration PROFILE_ADJUSTED
Enumeration TERRAIN_ADJUSTED