Definition Type: ComplexType
Name: Referral
Namespace: http://rets.org/xsd/Referrals/2007-08
Containing Schema: Referrals.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Remarks in schema referrals_xsd Drilldown into ReceivedDateTime in schema referrals_xsd Drilldown into Rate in schema referrals_xsd Drilldown into Client in schema referrals_xsd Drilldown into Source in schema referrals_xsd Drilldown into referralStatusOtherDescription in schema referrals_xsd Drilldown into referralStatus in schema referrals_xsd Drilldown into referralTypeOtherDescription in schema referrals_xsd Drilldown into referralType in schema referrals_xsd Drilldown into memberRecipientId in schema referrals_xsd Drilldown into referralId in schema referrals_xsdXSD Diagram of Referral in schema referrals_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Referral">
    <xs:sequence>
        <xs:element name="Source" type="ref:Source" />
        <xs:element name="Client" type="commons:ContactablePerson" />
        <xs:element name="Rate" type="ref:Rate" />
        <xs:element name="ReceivedDateTime" type="commons:SecureDateTime" />
        <xs:element name="Remarks" type="commons:Remark" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="ref:referralId" use="required" />
    <xs:attribute ref="ref:memberRecipientId" use="optional" />
    <xs:attribute ref="ref:referralType" use="optional" />
    <xs:attribute name="referralTypeOtherDescription" />
    <xs:attribute ref="ref:referralStatus" use="optional" />
    <xs:attribute name="referralStatusOtherDescription" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Source ref:Source (1) (1)
Client ref:Client (1) (1)
Rate ref:Rate (1) (1)
ReceivedDateTime ref:ReceivedDateTime (1) (1)
Remarks ref:Remarks (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
referralId ref:referralId Required
memberRecipientId ref:memberRecipientId Optional
referralType ref:referralType Optional
referralTypeOtherDescription ref:referralTypeOtherDescription (Optional)
referralStatus ref:referralStatus Optional
referralStatusOtherDescription ref:referralStatusOtherDescription (Optional)
Collapse Derivation Tree:
Collapse References:
ref:Referral