Definition Type: ComplexType
Name: VersionType
Namespace: http://rets.org/xsd/DocumentDetails/2007-08
Containing Schema: DocumentDetails.xsd
Abstract
Documentation:
TODO
Collapse XSD Schema Diagram:
Drilldown into UploadedBy in schema documentdetails_xsd Drilldown into Originator in schema documentdetails_xsd Drilldown into SentBy in schema documentdetails_xsd Drilldown into Signers in schema documentdetails_xsd Drilldown into AccessRoles in schema documentdetails_xsd Drilldown into SignedDateTime in schema documentdetails_xsd Drilldown into RespondedDateTime in schema documentdetails_xsd Drilldown into DueDateTime in schema documentdetails_xsd Drilldown into ReceivedDateTime in schema documentdetails_xsd Drilldown into SentDateTime in schema documentdetails_xsd Drilldown into UploadedRevisedDateTime in schema documentdetails_xsd Drilldown into CreatedDateTime in schema documentdetails_xsd Drilldown into documentLocation in schema documentdetails_xsd Drilldown into DeliveryMethod in schema documentdetails_xsd Drilldown into MimeType in schema documentdetails_xsd Drilldown into Size in schema documentdetails_xsd Drilldown into Description in schema documentdetails_xsd Drilldown into status in schema documentdetails_xsd Drilldown into versionNumber in schema documentdetails_xsdXSD Diagram of VersionType in schema documentdetails_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="VersionType">
    <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="MimeType" type="xs:string" 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" minOccurs="0" />
        <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:element name="SignedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="AccessRoles" type="ddetail:AccessRoleType" minOccurs="0" />
        <xs:element name="Signers" type="ddetail:SignerType" minOccurs="0" />
        <xs:element name="SentBy" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="Originator" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="UploadedBy" type="commons:ContactablePerson" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="versionNumber" type="xs:string" use="required" />
    <xs:attribute name="status" type="xs:string" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description ddetail:Description 0 (1)
Size ddetail:Size 0 (1)
MimeType ddetail:MimeType 0 (1)
DeliveryMethod ddetail:DeliveryMethod 0 (1)
documentLocation ddetail:documentLocation 0 (1)
CreatedDateTime ddetail:CreatedDateTime 0 (1)
UploadedRevisedDateTime ddetail:UploadedRevisedDateTime 0 (1)
SentDateTime ddetail:SentDateTime 0 (1)
ReceivedDateTime ddetail:ReceivedDateTime 0 (1)
DueDateTime ddetail:DueDateTime 0 (1)
RespondedDateTime ddetail:RespondedDateTime 0 (1)
SignedDateTime ddetail:SignedDateTime 0 (1)
AccessRoles ddetail:AccessRoles 0 (1)
Signers ddetail:Signers 0 (1)
SentBy ddetail:SentBy 0 (1)
Originator ddetail:Originator 0 (1)
UploadedBy ddetail:UploadedBy 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
versionNumber ddetail:versionNumber Required
status ddetail:status Required
Collapse Derivation Tree:
Collapse References:
ddetail:Version