<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>
|