2.2.4.17 CoauthState

Namespace: http://schemas.datacontract.org/2004/07/p

The CoauthState complex type<24> specifies the co-authoring state of the presentation.

 <xs:complexType name="CoauthState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="cs" type="xs:int"/>
     <xs:element minOccurs="0" name="et" nillable="true" type="tns3:ArrayOfEditorInfo"/>
     <xs:element minOccurs="0" name="lsave" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="lsmce" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="lsum" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="meid" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="sui" nillable="true" type="tns3:ContentUpdateInfo"/>
   </xs:sequence>
 </xs:complexType>

cs: Reserved. MUST be ignored.

et: An ArrayOfEditorInfo complex element (section 2.2.4.4) that specifies the list of editors that are currently co-authoring the presentation.

lsave: Reserved. MUST be ignored.

lsmce: Reserved. MUST be ignored.

lsum: Reserved. MUST be ignored.

meid: Reserved. MUST be ignored.

sui: Reserved. MUST be ignored.