Definition Type: ComplexType
Name: PublicRecord
Namespace: http://rets.org/xsd/PublicRecords/2007-08
Containing Schema: PublicRecords.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Features in schema publicrecords_xsd Drilldown into History in schema publicrecords_xsd Drilldown into LastMarketSale in schema publicrecords_xsd Drilldown into Characteristics in schema publicrecords_xsd Drilldown into TaxData in schema publicrecords_xsd Drilldown into Location in schema publicrecords_xsd Drilldown into OwnerInformation in schema publicrecords_xsd Drilldown into ModificationTimestamp in schema publicrecords_xsd Drilldown into PublicRecordKey in schema publicrecords_xsd Drilldown into systemId in schema publicrecords_xsd Drilldown into lang in schema xml_xsdXSD Diagram of PublicRecord in schema publicrecords_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PublicRecord">
    <xs:sequence>
        <xs:element name="PublicRecordKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						This the is the keyfield for the public record.
					</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ModificationTimestamp" type="commons:ModificationTimestamp" minOccurs="1" maxOccurs="1">
        </xs:element>
        <xs:element name="OwnerInformation" type="record:OwnerInformation" minOccurs="0" />
        <xs:element name="Location" type="record:Location" minOccurs="0" />
        <xs:element name="TaxData" type="record:TaxDataType" minOccurs="0" />
        <xs:element name="Characteristics" type="record:Characteristics" minOccurs="0" />
        <xs:element name="LastMarketSale" type="record:LastMarketSale" minOccurs="0" />
        <xs:element name="History" type="record:History" minOccurs="0" />
        <xs:element name="Features" type="record:Features" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="xml:lang" use="optional" />
    <xs:attribute name="systemId" type="commons:system-id" use="required">
        <xs:annotation>
            <xs:documentation>
					An identifier of the system that the listing
					'belongs' to when the collection involves more
					than one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>Maricopa County Recorder's Office</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicRecordKey record:PublicRecordKey 1 1
ModificationTimestamp record:ModificationTimestamp 1 1
OwnerInformation record:OwnerInformation 0 (1)
Location record:Location 0 (1)
TaxData record:TaxData 0 (1)
Characteristics record:Characteristics 0 (1)
LastMarketSale record:LastMarketSale 0 (1)
History record:History 0 (1)
Features record:Features 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
systemId record:systemId Required
Collapse Derivation Tree:
Collapse References:
prop:PublicRecord, record:PublicRecord