<xs:complexType name="PropertyConditionEnum">
<xs:annotation>
<xs:documentation>
A subjective assessment of the condition
of the property.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Condemed">
<xs:annotation>
<xs:documentation>
The property is uninhabitable and costs may be
incurred to remove existing structures or debris
on the property.
</xs:documentation>
<xs:appinfo>
<retsid>101727</retsid>
<synonym>Value in land</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fair">
<xs:annotation>
<xs:documentation>
The property is in fair condition.
</xs:documentation>
<xs:appinfo>
<retsid>101728</retsid>
<synonym>Average</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Good">
<xs:annotation>
<xs:documentation>
The property is in good condition.
</xs:documentation>
<xs:appinfo>
<retsid>101729</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Poor">
<xs:annotation>
<xs:documentation>
The property is in poor condition.
</xs:documentation>
<xs:appinfo>
<retsid>101730</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Repairs - Cosmetic">
<xs:annotation>
<xs:documentation>
The property needs cosmetic repairs
</xs:documentation>
<xs:appinfo>
<retsid>101731</retsid>
<synonym>Handyman</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Repairs - Major">
<xs:annotation>
<xs:documentation>
The property needs major repairs.
</xs:documentation>
<xs:appinfo>
<retsid>101732</retsid>
<synonym>Fixer</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Under Construction">
<xs:annotation>
<xs:documentation>
The property is under current construction.
</xs:documentation>
<xs:appinfo>
<retsid>101733</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unfinished">
<xs:annotation>
<xs:documentation>
The property is under construction or renovation
and the construction has been abandonded with
the property in an uninhabitable state.
</xs:documentation>
<xs:appinfo>
<retsid>101734</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Uninhabitable">
<xs:annotation>
<xs:documentation>
The property is in an unihabitable state
through neglect. Repairs and permits are
required to inhabit this property.
</xs:documentation>
<xs:appinfo>
<retsid>101735</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
The property condition is unknown or
such descriptions may be forbidden by local
or state regulations.
</xs:documentation>
<xs:appinfo>
<retsid>101736</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
A locally defined value.
</xs:documentation>
<xs:appinfo>
<retsid>101737</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|