<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:prop="http://rets.org/xsd/Properties/2007-08"
xmlns:commons="http://rets.org/xsd/RETSCommons/2007-08"
xmlns:record="http://rets.org/xsd/PublicRecords/2007-08"
targetNamespace="http://rets.org/xsd/Properties/2007-08"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<!--
(C)2007 National Association of REALTORS(R). All Rights Reserved
Tab stops
:set ts=3
File History
======================
$Header: Commercials.xsd, 2, 1/24/08 2:30:32 PM EST, Paul Stusiak$
$Log:
2 055_RETS_Standard 1.1 1/24/08 2:30:32 PM EST Paul Stusiak
correct copyright notice language
1 055_RETS_Standard 1.0 11/29/07 1:18:32 PM ESTPaul Stusiak
$
======================
-->
<xs:annotation>
<xs:documentation>
Attributes and Elements related to a Business Opportunity.
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<xs:import namespace="http://rets.org/xsd/RETSCommons/2007-08"
schemaLocation="../../../xsd/RETSCommons/2007-08/RETSCommons.xsd"/>
<xs:complexType name="CommercialType">
<xs:sequence>
<xs:element name="CommercialKey"
type="commons:resource-key"
minOccurs="1"
maxOccurs="1">
<xs:annotation>
<xs:documentation>
A unique identifier for this record.
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
<example></example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ModificationTimestamp"
type="commons:ModificationTimestamp"
minOccurs="1"
maxOccurs="1">
<xs:annotation>
<xs:appinfo>
<retsid></retsid>
<example>2007-03-11T12:00:00-05:00</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang"
use="optional">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="systemId"
type="commons:system-id"
use="required">
<xs:annotation>
<xs:documentation>
An identifier of the system that the commercial
'belongs' to when the collection involves more
than one system.
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CommercialsType">
<xs:sequence>
<xs:element ref="prop:Commercial"
minOccurs="0"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="versionTimestamp"
type="xs:dateTime"
use="required"
fixed="2007-11-29T16:00:00Z">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="systemId"
type="commons:system-id"
use="optional">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<!-- Elements -->
<xs:element name="Commercial">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="prop:CommercialType">
<xs:sequence>
<xs:any namespace="##any"
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Commercials"
type="prop:CommercialsType">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid></retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:schema>
|