2.2.3.1 Assignees
This element holds the list of assigned users for a Document Workspace. It is used only in the stand-alone XML returned from the GetDwsData and the GetDwsMetaData operations. This element is defined as follows:
-
<xs:element name="Assignees"> <xs:complexType> <xs:sequence> <xs:element ref="tns:Member" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>