Definition Type: ComplexType
Name: MortgageRankEnum
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:OtherEnumerationDescriptionString
Containing Schema: Financial.xsd
Abstract
Documentation:
An enumeration of the order of precedence to collect against the asset for the different classes of mortgage.
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsdXSD Diagram of MortgageRankEnum in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MortgageRankEnum">
    <xs:annotation>
        <xs:documentation>
				An enumeration of the order of precedence
				to collect against the asset for the different
				classes of mortgage.
			</xs:documentation>
        <xs:appinfo>
            <example>First</example>
        </xs:appinfo>
    </xs:annotation>
    <xs:simpleContent>
        <xs:restriction base="commons:OtherEnumerationDescriptionString">
            <xs:enumeration value="First">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101246</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Second">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101247</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Unknown">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101248</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Other">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101249</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Facets:
Facet Value
Enumeration First
Enumeration Second
Enumeration Unknown
Enumeration Other
Collapse Derivation Tree:
Collapse References:
commons:MortgageRank, commons:MortgageRank