Definition Type: ComplexType
Name: CommissionType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureDecimal
Containing Schema: RETSCommons.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureDecimal in schema primitives_xsd Drilldown into currencyCode in schema primitives_xsd Drilldown into commissionDataType in schema retscommons_xsdXSD Diagram of CommissionType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
commissionDataType commons:commissionDataType (Optional)
currencyCode commons:currencyCode (Optional)
Collapse Derivation Tree:
Collapse References:
list:BuyerMemberCompensationNumeric, list:SellerMemberCompensationNumeric