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