2.3.1.40 VersioningUserTableType

The VersioningUserTableType complex type contains information about users that are represented in the versions of the file described by the VersioningVersionListType.

 <xs:complexType name="VersioningUserTableType">
    <xs:sequence>
       <xs:element name="User" maxOccurs="unbounded" minOccurs="1" type="tns:UserDataType" />
    </xs:sequence>
 </xs:complexType> 

User: An element of type UserDataType (section 2.3.1.42) which describes a single user.