Definition Type: ComplexType
Name: Source
Namespace: http://rets.org/xsd/Referrals/2007-08
Containing Schema: Referrals.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherReferral in schema referrals_xsd Drilldown into Member in schema referrals_xsd Drilldown into AutomatedSystem in schema referrals_xsd Drilldown into sourceTypeOtherDescription in schema referrals_xsd Drilldown into sourceType in schema referrals_xsd Drilldown into description in schema referrals_xsdXSD Diagram of Source in schema referrals_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Source">
    <xs:choice>
        <xs:element name="AutomatedSystem" type="ref:AutomatedSystem" />
        <xs:element name="Member" type="members:MemberType" />
        <xs:element name="OtherReferral" type="commons:ContactablePerson" />
    </xs:choice>
    <xs:attribute ref="ref:description" use="optional" />
    <xs:attribute ref="ref:sourceType" use="required" />
    <xs:attribute name="sourceTypeOtherDescription" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AutomatedSystem ref:AutomatedSystem (1) (1)
Member ref:Member (1) (1)
OtherReferral ref:OtherReferral (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
description ref:description Optional
sourceType ref:sourceType Required
sourceTypeOtherDescription ref:sourceTypeOtherDescription (Optional)
Collapse Derivation Tree:
Collapse References:
ref:Source