<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: AssociationMemberTransmittals.xsd, 23, 1/24/08 2:30:32 PM EST, Paul Stusiak$
$Log:
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:11 PM EDT Paul Stusiak
Update version timestamp
21 055_RETS_Standard 1.20 7/25/07 1:41:42 AM EDT Paul Stusiak
Rename to AssociationMemberType
20 055_RETS_Standard 1.19 7/24/07 3:58:17 PM EDT Paul Stusiak
Changes to consolidate on Association namespace and naming pattern.
19 055_RETS_Standard 1.18 7/24/07 12:41:27 PM EDTPaul Stusiak
renamed
18 055_RETS_Standard 1.17 7/9/07 3:37:04 PM EDT Paul Stusiak
Update versionTimestamp to 2007-07-09T19:21:00Z
17 055_RETS_Standard 1.16 7/6/07 5:29:45 PM EDT Gina Accawi
Rename ids.
16 055_RETS_Standard 1.15 6/13/07 3:45:05 PM EDT Gina Accawi
Indicate NRDSCommons items by renaming elements to include NRDS in the
name. As per May meeting suggestion in Rockville.
15 055_RETS_Standard 1.14 5/2/07 4:17:47 PM EDT Paul Stusiak
change namespace reference, update version time stamp
14 055_RETS_Standard 1.13 4/3/07 7:59:30 PM EDT Paul Stusiak
use url resolution for include, import to test schema validation
13 055_RETS_Standard 1.12 4/3/07 4:43:58 AM EDT Paul Stusiak
change namespace to remote location (www.ftc2.com) for testing
12 055_RETS_Standard 1.11 4/2/07 2:26:56 PM EDT Paul Stusiak
change namespace to match responding server and to use the URI
versioning suggested by both HP and XFront
11 055_RETS_Standard 1.10 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
10 055_RETS_Standard 1.9 3/21/07 4:00:25 AM EDT Paul Stusiak
change namespace to match the filename. modify the version to be
consistent with the other versionTimestamp elements
9 055_RETS_Standard 1.8 3/21/07 3:58:49 AM EDT Paul Stusiak
change filename to match global element name
8 055_RETS_Standard 1.7 3/8/07 1:51:59 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:29:46 PM EST Paul Stusiak
change ID to Id across files, added header, used primitives.
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:07 AM EDT Jeff Brush
Updated schemas. All MLS schemas have extensibility points. New
ObjectReferenceList.xsd
$
======================
-->
<xs:annotation>
<xs:documentation>
Elements related to a transmitted member record.
</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="MemberTransmittal">
<xs:sequence>
<xs:element name="NRDSRecordType"
type="nrds:RecordType"
minOccurs="0"/>
<xs:element name="NRDSSenderId"
type="nrds:MemberSenderId"
minOccurs="0"/>
<xs:element name="NRDSTransmittalBatchNumber"
type="nrds:TransmittalBatchNumber"
minOccurs="0"/>
<xs:element name="NRDSTransactionNumber"
type="nrds:TransactionNumber"
minOccurs="0"/>
<xs:element name="NRDSTransactionTotal"
type="nrds:TransactionTotal"
minOccurs="0"/>
<xs:element name="NRDSTransactionDate"
type="nrds:TransactionDateTime"
minOccurs="0"/>
<xs:element name="NRDSRecordChangeType"
type="nrds:RecordChangeType"
minOccurs="0"/>
<xs:element name="MemberId"
type="commons:AssociationMemberId"
minOccurs="0"/>
<xs:element name="NRDSOfficeId"
type="commons:AssociationOfficeId"
minOccurs="0"/>
<xs:element name="NRDSAssociationId"
type="nrds:AssociationId"
minOccurs="0"/>
<xs:element name="NRDSMemberType"
type="nrds:AssociationMemberType"
minOccurs="0"/>
<xs:element name="NRDSRealEstateLicense"
type="nrds:RealEstateLicense"
minOccurs="0"/>
<xs:element name="NRDSStatusCode"
type="nrds:MemberStatus"
minOccurs="0"/>
<xs:element name="NRDSStatusDate"
type="nrds:StatusDate"
minOccurs="0"/>
<xs:element name="NRDSMemberSubclass"
type="nrds:MemberSubclass"
minOccurs="0"/>
<xs:element name="NRDSLocalJoinDate"
type="nrds:StatusDate"
minOccurs="0"/>
</xs:sequence>
<xs:attribute name="memberTransmittalId"
type="xs:string"
use="required"/>
</xs:complexType>
<xs:complexType name="MemberTransmittals">
<xs:sequence>
<xs:element name="MemberTransmittal"
type="assc:MemberTransmittal"
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="AssociationMemberTransmittals"
type="assc:MemberTransmittals"/>
</xs:schema>
|