Definition Type: ComplexType
Name: ParcelOwner
Namespace: http://rets.org/xsd/PublicRecords/2007-08
Containing Schema: PublicRecords.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OwnershipType in schema publicrecords_xsd Drilldown into OwnersName in schema publicrecords_xsdXSD Diagram of ParcelOwner in schema publicrecords_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ParcelOwner">
    <xs:sequence>
        <xs:element name="OwnersName" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="OwnershipType" type="commons:OwnershipType" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OwnersName record:OwnersName 0 (1)
OwnershipType record:OwnershipType 0 (1)
Collapse Derivation Tree:
Collapse References:
record:Owner