Definition Type: ComplexType
Name: OwnedItem
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
An element that has an ownership state
Collapse XSD Schema Diagram:
Drilldown into OwnershipType in schema retscommons_xsd Drilldown into Description in schema retscommons_xsdXSD Diagram of OwnedItem in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OwnedItem">
    <xs:annotation>
        <xs:documentation>
				An element that has an ownership state
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Description" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The description of the owned item.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OwnershipType" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The ownership type string
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
        </xs:any>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description commons:Description 0 1
OwnershipType commons:OwnershipType 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:Driveway, prop:Road, prop:Sidewalk, prop:StreetLighting