<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>
|