Criterio de refuerzo.
<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>