Definition Type: ComplexType
Name: TestResultInformation
Namespace: http://rets.org/xsd/Courses/2007-08
Containing Schema: Courses.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SentToNARDate in schema courses_xsd Drilldown into SentToStateAssociationDate in schema courses_xsd Drilldown into SentToLocalAssociationDate in schema courses_xsd Drilldown into SentToAgencyDate in schema courses_xsd Drilldown into TestPreferedMail in schema courses_xsd Drilldown into TestScoreChangeDate in schema courses_xsd Drilldown into TestStatus in schema courses_xsd Drilldown into TestScore in schema courses_xsdXSD Diagram of TestResultInformation in schema courses_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="TestResultInformation">
    <xs:sequence>
        <xs:element name="TestScore" type="nrds:TestScore" minOccurs="0" />
        <xs:element name="TestStatus" type="nrds:TestStatus" minOccurs="0" />
        <xs:element name="TestScoreChangeDate" type="nrds:TestScoreChangeDate" minOccurs="0" />
        <xs:element name="TestPreferedMail" type="nrds:MemberPreferredMail" minOccurs="0" />
        <xs:element name="SentToAgencyDate" type="nrds:SentToStateAgencyDate" minOccurs="0" />
        <xs:element name="SentToLocalAssociationDate" type="nrds:SentToAssociationDate" minOccurs="0" />
        <xs:element name="SentToStateAssociationDate" type="nrds:SentToStateAssociationDate" minOccurs="0" />
        <xs:element name="SentToNARDate" type="nrds:SentToNARDate" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TestScore course:TestScore 0 (1)
TestStatus course:TestStatus 0 (1)
TestScoreChangeDate course:TestScoreChangeDate 0 (1)
TestPreferedMail course:TestPreferedMail 0 (1)
SentToAgencyDate course:SentToAgencyDate 0 (1)
SentToLocalAssociationDate course:SentToLocalAssociationDate 0 (1)
SentToStateAssociationDate course:SentToStateAssociationDate 0 (1)
SentToNARDate course:SentToNARDate 0 (1)