<xsd:simpleType name="proofType">
<xsd:annotation>
<xsd:documentation>Defines the values for the state of proofing tools.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="clean">
<xsd:annotation>
<xsd:documentation>The proofing tool finished checking this document. Errors are marked and only the errors will be rechecked on open.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="dirty">
<xsd:annotation>
<xsd:documentation>The proofing tool did not finish checking this document. The entire document will have to be rechecked on open.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|