<xsd:complexType name="CT_SharedUser">
<xsd:sequence>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="guid" type="ST_Guid" use="required">
<xsd:annotation>
<xsd:documentation>User Revisions GUID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>User Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>User Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dateTime" type="xsd:dateTime" use="required">
<xsd:annotation>
<xsd:documentation>Date Time</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|