2.2.4.10 WordStateData

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Interface.Data

A complex type that specifies data about the state of a broadcast session of a document.

 <xs:complexType name="WordStateData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="Offset" type="xs:double"/>
     <xs:element minOccurs="0" name="Page" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Offset:  An xs:double ([XMLSCHEMA2/2] section 3.2.5) element that specifies a percentage offset from the top of the page defined by the Page field. This element MUST be present.

Page:  An xs:int ([XMLSCHEMA2/2] section 3.3.17) element that specifies the one-based ordered index of the current page within the set of all pages of the document. This element MUST be present.