<xs:attribute name="reinforceCrit">
<xs:annotation>
<xs:documentation>Criterio de refuerzo.</xs:documentation>
<xs:documentation>
</xs:documentation>
<xs:documentation>Obligatorio salvo que el indicador global correspondiente valga "true".</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>
|