Definition Type: Element
Name: Transaction
Namespace: http://rets.org/xsd/TransactionList/2007-08
Containing Schema: TransactionList.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Notes in schema transactionlist_xsd Drilldown into ActualCloseDateTime in schema transactionlist_xsd Drilldown into TargetCloseDateTime in schema transactionlist_xsd Drilldown into LastUpdatedBy in schema transactionlist_xsd Drilldown into LastUpdatedDateTime in schema transactionlist_xsd Drilldown into StartedDateTime in schema transactionlist_xsd Drilldown into CreatedBy in schema transactionlist_xsd Drilldown into CreatedDateTime in schema transactionlist_xsd Drilldown into HostSystemID in schema transactionlist_xsd Drilldown into HostName in schema transactionlist_xsd Drilldown into Category in schema transactionlist_xsd Drilldown into SettlementOrEscrowNumber in schema transactionlist_xsd Drilldown into MemberID in schema transactionlist_xsd Drilldown into OfficeID in schema transactionlist_xsd Drilldown into ListingID in schema transactionlist_xsd Drilldown into Properties in schema transactionlist_xsd Drilldown into phase in schema transactionlist_xsd Drilldown into status in schema transactionlist_xsd Drilldown into referenceId in schema transactionlist_xsd Drilldown into systemId in schema transactionlist_xsd Drilldown into name in schema transactionlist_xsdXSD Diagram of Transaction in schema transactionlist_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Transaction" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Properties">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Property" maxOccurs="unbounded">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="Address" minOccurs="0">
                                        <xs:complexType>
                                            <xs:all>
                                                <xs:element name="FullStreetAddress" type="xs:string" />
                                                <xs:element name="City" type="xs:string" />
                                                <xs:element name="State" type="xs:string" />
                                                <xs:element name="PostalCode" type="xs:string" />
                                            </xs:all>
                                        </xs:complexType>
                                    </xs:element>
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="ListingID" type="xs:string" minOccurs="0" />
            <xs:element name="OfficeID" type="xs:string" minOccurs="0" />
            <xs:element name="MemberID" type="xs:string" minOccurs="0" />
            <xs:element name="SettlementOrEscrowNumber" type="xs:string" minOccurs="0" />
            <xs:element name="Category" type="xs:string" minOccurs="0" />
            <xs:element name="HostName" type="xs:string" minOccurs="0" />
            <xs:element name="HostSystemID" type="xs:string" minOccurs="0" />
            <xs:element name="CreatedDateTime" type="xs:dateTime" minOccurs="0" />
            <xs:element name="CreatedBy" minOccurs="0">
                <xs:complexType>
                    <xs:attribute name="id" type="xs:string" use="required" />
                    <xs:attribute name="name" type="xs:string" use="required" />
                    <xs:attribute name="description" type="xs:string" use="optional" />
                </xs:complexType>
            </xs:element>
            <xs:element name="StartedDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="LastUpdatedDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="LastUpdatedBy" minOccurs="0">
                <xs:complexType>
                    <xs:attribute name="id" type="xs:string" use="required" />
                    <xs:attribute name="name" type="xs:string" use="required" />
                    <xs:attribute name="description" type="xs:string" use="optional" />
                </xs:complexType>
            </xs:element>
            <xs:element name="TargetCloseDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="ActualCloseDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="Notes" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="systemId" type="commons:system-id" use="required" />
        <xs:attribute name="referenceId" type="xs:string" use="required" />
        <xs:attribute name="status" use="required">
            <xs:simpleType>
                <xs:restriction base="xs:token">
                    <xs:enumeration value="Open" />
                    <xs:enumeration value="Complete" />
                    <xs:enumeration value="Cancelled" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="phase" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Properties tlist:Properties (1) (1)
ListingID tlist:ListingID 0 (1)
OfficeID tlist:OfficeID 0 (1)
MemberID tlist:MemberID 0 (1)
SettlementOrEscrowNumber tlist:SettlementOrEscrowNumber 0 (1)
Category tlist:Category 0 (1)
HostName tlist:HostName 0 (1)
HostSystemID tlist:HostSystemID 0 (1)
CreatedDateTime tlist:CreatedDateTime 0 (1)
CreatedBy tlist:CreatedBy 0 (1)
StartedDateTime tlist:StartedDateTime 0 (1)
LastUpdatedDateTime tlist:LastUpdatedDateTime 0 (1)
LastUpdatedBy tlist:LastUpdatedBy 0 (1)
TargetCloseDateTime tlist:TargetCloseDateTime 0 (1)
ActualCloseDateTime tlist:ActualCloseDateTime 0 (1)
Notes tlist:Notes 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
name tlist:name Required
systemId tlist:systemId Required
referenceId tlist:referenceId Required
status tlist:status Required
phase tlist:phase Required