Definition Type: ComplexType
Name: CoursePaymentCode
Namespace: http://rets.org/xsd/NRDSCommons/2007-08
Type: nrds:CoursePaymentCodeList
Containing Schema: NRDSCommons.xsd
Abstract
Documentation:
The nature of the course payment: B = balance of payment due, D=deposit, F=full fee, L=Late Payment, P=partial payment.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsdXSD Diagram of CoursePaymentCode in schema nrdscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CoursePaymentCode">
    <xs:annotation>
        <xs:documentation>
				The nature of the course payment:
					B = balance of payment due,
					D=deposit,
					F=full fee,
					L=Late Payment,
					P=partial payment.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="nrds:CoursePaymentCodeList">
            <xs:attribute ref="commons:isgSecurityClass" use="required" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree:
Collapse References:
course:PaymentCode