<xs:complexType name="RentClosingFinancialType">
<xs:sequence>
<xs:element name="IsFurnished" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Flag indicating that the property
is rented furnished
</xs:documentation>
<xs:appinfo>
<retsid>101204</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IsShortTerm" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Flag indicating that the property is
rented for a short term.
</xs:documentation>
<xs:appinfo>
<retsid>101205</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="RentFinancial" type="commons:RentFinancialType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101207</retsid>
<example>
</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|