2.3.2.5 EditorsTableRequestTypes

The EditorsTableRequestType simple type is used to represent the type of editors table subrequest. EditorsTableRequestTypes is the type definition of the EditorsTableRequestType attribute, which is part of an editors table subrequest operation.

 <xs:simpleType name="EditorsTableRequestTypes">
     <xs:restriction base="xs:string">
       <!--JoinEditingSession-->
       <xs:enumeration value="JoinEditingSession"/>
       <!--LeaveEditingSession-->
       <xs:enumeration value="LeaveEditingSession"/>
       <!--RefreshEditingSession-->
       <xs:enumeration value="RefreshEditingSession"/>
       <!--UpdateEditorMetadata-->
       <xs:enumeration value="UpdateEditorMetadata"/>
       <!--RemoveEditorMetadata-->
       <xs:enumeration value="RemoveEditorMetadata"/>
     </xs:restriction>
 </xs:simpleType>

The value of EditorsTableRequestType MUST be one of the values in the following table.

Value

Meaning

"JoinEditingSession"

The string value "JoinEditingSession", indicating an editors table subrequest of type Join Editing Session.

"LeaveEditingSession"

The string value "LeaveEditingSession", indicating an editors table subrequest of type Leave Editing Session.

"RefreshEditingSession"

The string value "RefreshEditingSession", indicating an editors table subrequest of type Refresh Editing Session.

"UpdateEditorMetadata"

The string value "UpdateEditorMetadata", indicating an editors table subrequest of type Update Editor Metadata.

"RemoveEditorMetadata"

The string value "RemoveEditorMetadata", indicating an editors table subrequest of type Remove Editor Metadata.