<xsd:simpleType name="proofErrType">
<xsd:annotation>
<xsd:documentation>Defines a type of proofing error.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="spellStart">
</xsd:enumeration>
<xsd:enumeration value="spellEnd">
<xsd:annotation>
<xsd:documentation>We take the negative value of ptl and then subtract one to get the end constant.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="gramStart">
</xsd:enumeration>
<xsd:enumeration value="gramEnd">
<xsd:annotation>
<xsd:documentation>We take the negative value of ptl and then subtract one to get the end constant.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|