<xs:complexType name="LicenseCategoryEnum">
<xs:annotation>
<xs:documentation>
The values that a license may take. These licenses
are typically issued by the State or Province where
the person is practising.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<!-- Real Estate -->
<xs:enumeration value="Real Estate Broker">
<xs:annotation>
<xs:documentation>
Broker is synonymous with Broker of Record
</xs:documentation>
<xs:appinfo>
<retsid>101418</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Salesperson">
<xs:annotation>
<xs:documentation>
A licensed real estate sales person, also
known as an agent in some jurisdictions
</xs:documentation>
<xs:appinfo>
<retsid>101419</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Auctioneer">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101420</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<!-- Appraisal -->
<xs:enumeration value="Certified General Appraiser">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101421</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Certified Residential Appraiser">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101422</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Licensed Appraiser">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101426</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Registered Appraiser">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101428</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<!-- Leasing -->
<xs:enumeration value="Leasing Agent">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101423</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<!-- Mortgage -->
<xs:enumeration value="Mortgage Broker">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101424</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<!-- Inspection -->
<xs:enumeration value="Apprentice Inspector">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101425</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Licensed Inspector">
<xs:annotation>
<xs:documentation>
Also known as a Real Estate Inspector
</xs:documentation>
<xs:appinfo>
<retsid>101427</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Registered Inspector">
<xs:annotation>
<xs:documentation>
Also known as a Professional Inspector
</xs:documentation>
<xs:appinfo>
<retsid>101429</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<!-- Rental -->
<xs:enumeration value="Property Management">
<xs:annotation>
<xs:documentation>
A person licensed to manage property
</xs:documentation>
<xs:appinfo>
<retsid>101656</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rental Property Management">
<xs:annotation>
<xs:documentation>
A person licensed to manage property
and to collect rents. In some jurisdictions, this
is synonymous with either Real Estate Broker or
Salesperson.
</xs:documentation>
<xs:appinfo>
<retsid>101657</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101430</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101431</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|