<xs:complexType name="ExistingStructures">
<xs:annotation>
<xs:documentation>
A collection of ExistingStructure. These are
buildings or facilities that are present on the
property when it is listed for sale, and are
included in the sale price. These buildings may
include a dwelling, garage, barn, outbuilding or
other structures.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExistingStructure" type="commons:ExistingStructure" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>
</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|