<xs:complexType name="DocumentSummaryType">
<xs:annotation>
<xs:documentation>
TODO
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Description" type="dlist:DocumentDescription" minOccurs="0" />
<xs:element name="Size" type="dlist:DocumentSize" minOccurs="0" />
<xs:element name="DeliveryMethod" type="dlist:DeliveryMethod" minOccurs="0" />
<xs:element name="documentLocation" type="commons:URL" minOccurs="0" />
<xs:element name="CreatedDateTime" type="commons:SecureDateTime" />
<xs:element name="UploadedRevisedDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="SentDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="ReceivedDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="DueDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:element name="RespondedDateTime" type="commons:SecureDateTime" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="documentId" type="xs:string" use="required" />
<xs:attribute name="title" type="xs:string" use="required" />
<xs:attribute name="status" type="xs:string" use="required" />
<xs:attribute name="signable" type="xs:boolean" use="required" />
<xs:attribute ref="dlist:category" use="optional" />
<xs:attribute ref="dlist:categoryOtherDescription" use="optional" />
<xs:attribute ref="dlist:standardName" use="optional" />
<xs:attribute ref="dlist:standardNameOtherDescription" use="optional" />
</xs:complexType>
|