3.1.4.1.3.5 FlaggedWordType

Represents a word that contains a spelling error.

 <s:complexType name="FlaggedWordType">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="word" type="s:string"/>
     <s:element minOccurs="1" maxOccurs="1" name="type" type="tns:SpellingErrorType"/>
     <s:element minOccurs="1" maxOccurs="1" name="offset" type="s:int"/>
   </s:sequence>
 </s:complexType>

word: The word that contains the error.

type: The type of error found.

offset: The character index into the chunk at which the word appears. This element MUST be set to the character index of the first character of the word within the chunk where 0 is the index of the first character of the chunk. This element MUST be greater than or equal to 0 and less than the number of characters in the chunk.