<xs:complexType name="CommissionType">
<xs:annotation>
<xs:documentation>
The compensation paid to a licensed real estate broker or by
the broker to the salesperson for services rendered,
usually a percentage of the selling price of the property.
Formatting defined by the commission attribute.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureDecimal">
<xs:attribute ref="commons:commissionDataType" />
<xs:attribute ref="commons:currencyCode" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|