<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:assc="http://rets.org/xsd/Associations/2007-08"
xmlns:commons="http://rets.org/xsd/RETSCommons/2007-08"
xmlns:nrds="http://rets.org/xsd/NRDSCommons/2007-08"
targetNamespace="http://rets.org/xsd/Associations/2007-08"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<!--
(C)2007 National Association of REALTORS(R). All Rights Reserved
Tab stops
:set ts=3
File History
======================
$Header: AssociationMemberFinancials.xsd, 24, 4/9/08 1:09:24 PM EDT, Gina Accawi$
$Log:
24 055_RETS_Standard 1.23 4/9/08 1:09:24 PM EDT Gina Accawi
Correct typo in namespace uri.
23 055_RETS_Standard 1.22 1/24/08 2:30:32 PM EST Paul Stusiak
correct copyright notice language
22 055_RETS_Standard 1.21 10/8/07 4:22:10 PM EDT Paul Stusiak
Update version timestamp
21 055_RETS_Standard 1.20 7/24/07 3:58:17 PM EDT Paul Stusiak
Changes to consolidate on Association namespace and naming pattern.
20 055_RETS_Standard 1.19 7/24/07 12:41:00 PM EDTPaul Stusiak
renamed
19 055_RETS_Standard 1.18 7/9/07 3:37:04 PM EDT Paul Stusiak
Update versionTimestamp to 2007-07-09T19:21:00Z
18 055_RETS_Standard 1.17 7/6/07 5:29:44 PM EDT Gina Accawi
Rename ids.
17 055_RETS_Standard 1.16 6/13/07 3:39:55 PM EDT Gina Accawi
Indicate NRDSCommons items by renaming elements to include NRDS in the
name. As per May meeting suggestion in Rockville.
16 055_RETS_Standard 1.15 5/2/07 4:17:17 PM EDT Paul Stusiak
change namespace reference, clean up some comments, update version
time stamp
15 055_RETS_Standard 1.14 4/3/07 7:59:30 PM EDT Paul Stusiak
use url resolution for include, import to test schema validation
14 055_RETS_Standard 1.13 4/3/07 4:43:57 AM EDT Paul Stusiak
change namespace to remote location (www.ftc2.com) for testing
13 055_RETS_Standard 1.12 4/2/07 2:26:55 PM EDT Paul Stusiak
change namespace to match responding server and to use the URI
versioning suggested by both HP and XFront
12 055_RETS_Standard 1.11 3/30/07 9:20:40 PM EDT Paul Stusiak
Update of the versionTimestamp and the namespace (namespace to
200704). Change formating to a standard format
11 055_RETS_Standard 1.10 3/21/07 3:58:07 AM EDT Paul Stusiak
modify the version to be consistent with the other versionTimestamp
elements
10 055_RETS_Standard 1.9 3/21/07 3:54:09 AM EDT Paul Stusiak
change namespace to match filename
9 055_RETS_Standard 1.8 3/21/07 3:53:17 AM EDT Paul Stusiak
change filename to match global element name
8 055_RETS_Standard 1.7 3/8/07 1:51:26 AM EST Paul Stusiak
Clean up the project information for the purposes of document
generation.
7 055_RETS_Standard 1.6 3/6/07 3:26:38 PM EST Paul Stusiak
change ID to Id across files.
6 055_RETS_Standard 1.5 2/22/07 6:34:49 PM EST Gina Accawi
Remove all references to the schemaLocation as being
http://retsserver.realtors.org:8080/xsd/. These references have been
changed to be relative path (as the current directory). Now,
regardless of where they are published, the referential internal
integrity will remain. The assumption is that these will all reside as
neighbors on the target distribution server.
5 055_RETS_Standard 1.4 12/20/06 3:31:06 PM ESTJeff Brush
added retsserver location back to imports; renamed Prospect to
SavedQuery; changed ListingHistory to track only select fields
identified by workgroup;renamed Agency to Agents and fixed references
in other schemas;changed TotalSqFeet references to TotalArea; per 12/7
MLS payload workgroup meeting
4 055_RETS_Standard 1.3 12/2/06 4:12:45 AM EST Paul Stusiak
various mechanical fixes tho the schema and a re-direct from
retsserver.realtors.org to www.ftc2.com
3 055_RETS_Standard 1.2 7/31/06 12:26:02 PM EDTJeff Brush
updated schemas to have child element of minOccurs="0" allowing for
empty root element to be returned in cases where the search results
are empty
2 055_RETS_Standard 1.1 4/8/06 10:16:20 PM EDT Jeff Brush
Added Version/Date to schema URI
1 055_RETS_Standard 1.0 4/4/06 11:06:06 AM EDT Jeff Brush
Updated schemas. All MLS schemas have extensibility points. New
ObjectReferenceList.xsd
$
======================
Description or Purpose
-->
<xs:annotation>
<xs:documentation>
Document related to association financial
information
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://rets.org/xsd/RETSCommons/2007-08"
schemaLocation="../../../xsd/RETSCommons/2007-08/RETSCommons.xsd"/>
<xs:import namespace="http://rets.org/xsd/NRDSCommons/2007-08"
schemaLocation="../../../xsd/NRDSCommons/2007-08/NRDSCommons.xsd"/>
<!-- Types -->
<xs:complexType name="MemberFinancial">
<xs:sequence>
<xs:element name="MemberId"
type="commons:AssociationMemberId"
minOccurs="0"/>
<xs:element name="IncurringMemberId"
type="commons:AssociationMemberId"
minOccurs="0"/>
<xs:element name="OfficeId"
type="commons:AssociationOfficeId"
minOccurs="0"/>
<xs:element name="NRDSPaymentType"
type="nrds:PaymentType"
minOccurs="0"/>
<xs:element name="NRDSBillingYear"
type="nrds:BillingYear"
minOccurs="0"/>
<xs:element name="NRDSPaymentAmount"
type="nrds:PaymentAmount"
minOccurs="0"/>
<xs:element name="NRDSContributionType"
type="nrds:ContributionType"
minOccurs="0"/>
<xs:element name="NRDSDuesPaidDate"
type="nrds:DuesPaidDate"
minOccurs="0"/>
<xs:element name="NRDSAssociationId"
type="nrds:AssociationId"
minOccurs="0"/>
<xs:element name="NRDSPrimaryAssociationId"
type="nrds:AssociationId"
minOccurs="0"/>
<xs:element name="MemberLastName"
type="commons:LastName"
minOccurs="0"/>
<xs:element name="MemberFirstName"
type="commons:FirstName"
minOccurs="0"/>
<xs:element name="IncurringMemberLastName"
type="commons:LastName"
minOccurs="0"/>
<xs:element name="IncurringMemberFirstName"
type="commons:FirstName"
minOccurs="0"/>
<xs:element name="NRDSMemberSSN"
type="nrds:MemberSSN"
minOccurs="0"/>
<xs:element name="NRDSPointOfEntry"
type="nrds:PointOfEntry"
minOccurs="0"/>
<xs:element name="NRDSRecordChangeType"
type="nrds:RecordChangeType"
minOccurs="0"/>
</xs:sequence>
<xs:attribute name="memberFinancialId"
type="xs:string"
use="required"/>
</xs:complexType>
<xs:complexType name="MemberFinancials">
<xs:sequence>
<xs:element name="MemberFinancial"
type="assc:MemberFinancial"
minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="versionTimestamp"
type="xs:dateTime"
use="required"
fixed="2007-10-08T16:27:23Z"/>
</xs:complexType>
<!-- Elements -->
<xs:element name="AssociationMemberFinancials"
type="assc:MemberFinancials"/>
</xs:schema>
|