Definition Type: ComplexType
Name: Association
Namespace: http://rets.org/xsd/Associations/2007-08
Containing Schema: Associations.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NRDSAssociationOfficers in schema associations_xsd Drilldown into NRDSLastCertificationDate in schema associations_xsd Drilldown into StatusChangeDateTime in schema associations_xsd Drilldown into NRDSStatusCode in schema associations_xsd Drilldown into NRDSPointOfEntry in schema associations_xsd Drilldown into NRDSExecutiveOfficerInformation in schema associations_xsd Drilldown into ContactMethods in schema associations_xsd Drilldown into NRDSAssociationName in schema associations_xsd Drilldown into NRDSAssociationType in schema associations_xsd Drilldown into NRDSAssociationId in schema associations_xsd Drilldown into AssociationKey in schema associations_xsdXSD Diagram of Association in schema associations_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Association">
    <xs:sequence>
        <xs:element name="AssociationKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						This the is the keyfield for the resource.
					</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="NRDSAssociationId" type="nrds:MLSAssociationId" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
						An identifier of the regional MLS.
						NRDS expects a valid, unique 4 digit number.
					</xs:documentation>
                <xs:appinfo>
						4321
					</xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="NRDSAssociationType" type="nrds:AssociationType" minOccurs="0" />
        <xs:element name="NRDSAssociationName" type="nrds:AssociationName" minOccurs="0" />
        <xs:element name="ContactMethods" type="commons:ContactMethods" minOccurs="0" />
        <xs:element name="NRDSExecutiveOfficerInformation" type="nrds:AssociationExecutiveOfficerInfo" minOccurs="0" />
        <xs:element name="NRDSPointOfEntry" type="nrds:PointOfEntry" minOccurs="0" />
        <xs:element name="NRDSStatusCode" type="nrds:AssociationStatus" minOccurs="0" />
        <xs:element name="StatusChangeDateTime" type="commons:SecureDateTime" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
						Datetime that the status of the Association
						changed.
					</xs:documentation>
                <xs:appinfo>
						2007-03-10T12:00:00-05:00
					</xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="NRDSLastCertificationDate" type="nrds:AssociationLastCertificationDate" minOccurs="0" />
        <xs:element name="NRDSAssociationOfficers" type="nrds:AssociationOfficers" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AssociationKey assc:AssociationKey 1 1
NRDSAssociationId assc:NRDSAssociationId 0 (1)
NRDSAssociationType assc:NRDSAssociationType 0 (1)
NRDSAssociationName assc:NRDSAssociationName 0 (1)
ContactMethods assc:ContactMethods 0 (1)
NRDSExecutiveOfficerInformation assc:NRDSExecutiveOfficerInformation 0 (1)
NRDSPointOfEntry assc:NRDSPointOfEntry 0 (1)
NRDSStatusCode assc:NRDSStatusCode 0 (1)
StatusChangeDateTime assc:StatusChangeDateTime 0 (1)
NRDSLastCertificationDate assc:NRDSLastCertificationDate 0 (1)
NRDSAssociationOfficers assc:NRDSAssociationOfficers 0 (1)
Collapse Derivation Tree:
Collapse References:
assc:Association