<xs:complexType name="YardLayoutEnum">
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
The enumeration of the yard layout schemes
</xs:documentation>
</xs:annotation>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Back">
<xs:annotation>
<xs:appinfo>
<retsid>100981</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Back and Front">
<xs:annotation>
<xs:appinfo>
<retsid>100982</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Compact">
<xs:annotation>
<xs:appinfo>
<retsid>100983</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Compact Garden">
<xs:annotation>
<xs:appinfo>
<retsid>100984</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Executive">
<xs:annotation>
<xs:appinfo>
<retsid>100985</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Garden">
<xs:annotation>
<xs:appinfo>
<retsid>100986</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Landscaped">
<xs:annotation>
<xs:appinfo>
<retsid>100987</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mature">
<xs:annotation>
<xs:appinfo>
<retsid>100988</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mature Landscaped">
<xs:annotation>
<xs:appinfo>
<retsid>100989</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mature Treed">
<xs:annotation>
<xs:appinfo>
<retsid>100990</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:appinfo>
<retsid>100991</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Side">
<xs:annotation>
<xs:appinfo>
<retsid>100992</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Treed">
<xs:annotation>
<xs:appinfo>
<retsid>100993</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:appinfo>
<retsid>100994</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:appinfo>
<retsid>100995</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|