Definition Type: ComplexType
Name: TestScoreOperator
Namespace: http://rets.org/xsd/NRDSCommons/2007-08
Type: commons:SecureString
Containing Schema: NRDSCommons.xsd
Abstract
Documentation:
Person scoring the test. May be either the 9 digit NRDS member id or the person's last name.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureString in schema primitives_xsdXSD Diagram of TestScoreOperator in schema nrdscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="TestScoreOperator">
    <xs:annotation>
        <xs:documentation>
				Person scoring the test.
				May be either the 9 digit NRDS member id or the person's
				last name.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureString" />
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree: