Definition Type: ComplexType
Name: Document
Namespace: http://rets.org/xsd/Documents/2007-08
Containing Schema: Documents.xsd
Abstract
Documentation:
TODO
Collapse XSD Schema Diagram:
Drilldown into DocumentLocation in schema documents_xsd Drilldown into UploadedBy in schema documents_xsd Drilldown into SentBy in schema documents_xsd Drilldown into Originator in schema documents_xsd Drilldown into Signers in schema documents_xsd Drilldown into Recipients in schema documents_xsd Drilldown into UploadedRevisedDateTime in schema documents_xsd Drilldown into SignedDateTime in schema documents_xsd Drilldown into RespondedDateTime in schema documents_xsd Drilldown into DueDateTime in schema documents_xsd Drilldown into ReceivedDateTime in schema documents_xsd Drilldown into SentDateTime in schema documents_xsd Drilldown into CreatedDateTime in schema documents_xsd Drilldown into Size in schema documents_xsd Drilldown into Description in schema documents_xsd Drilldown into documentType in schema documents_xsd Drilldown into signable in schema documents_xsd Drilldown into status in schema documents_xsd Drilldown into title in schema documents_xsd Drilldown into documentId in schema documents_xsdXSD Diagram of Document in schema documents_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Document">
    <xs:annotation>
        <xs:documentation>
				TODO
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Description" type="commons:SecureString" minOccurs="0" />
        <xs:element name="Size" type="commons:SecureInteger" minOccurs="0" />
        <xs:element name="CreatedDateTime" 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:element name="SignedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="UploadedRevisedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="Recipients" type="doc:Recipients" minOccurs="0" />
        <xs:element name="Signers" type="doc:Signers" minOccurs="0" />
        <xs:element name="Originator" type="commons:ContactablePerson" />
        <xs:element name="SentBy" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="UploadedBy" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="DocumentLocation" type="commons:URL" 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="doc:documentType" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description doc:Description 0 (1)
Size doc:Size 0 (1)
CreatedDateTime doc:CreatedDateTime 0 (1)
SentDateTime doc:SentDateTime 0 (1)
ReceivedDateTime doc:ReceivedDateTime 0 (1)
DueDateTime doc:DueDateTime 0 (1)
RespondedDateTime doc:RespondedDateTime 0 (1)
SignedDateTime doc:SignedDateTime 0 (1)
UploadedRevisedDateTime doc:UploadedRevisedDateTime 0 (1)
Recipients doc:Recipients 0 (1)
Signers doc:Signers 0 (1)
Originator doc:Originator (1) (1)
SentBy doc:SentBy 0 (1)
UploadedBy doc:UploadedBy 0 (1)
DocumentLocation doc:DocumentLocation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
documentId doc:documentId Required
title doc:title Required
status doc:status Required
signable doc:signable Required
documentType doc:documentType Optional
Collapse Derivation Tree:
Collapse References:
doc:Document, trans:Document