<xs:complexType name="Association">
<xs:sequence>
<xs:element name="AssociationKey" type="commons:resource-key" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
This the is the keyfield for the resource.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NRDSAssociationId" type="nrds:MLSAssociationId" minOccurs="0">
<xs:annotation>
<xs:documentation>
An identifier of the regional MLS.
NRDS expects a valid, unique 4 digit number.
</xs:documentation>
<xs:appinfo>
4321
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="NRDSAssociationType" type="nrds:AssociationType" minOccurs="0" />
<xs:element name="NRDSAssociationName" type="nrds:AssociationName" minOccurs="0" />
<xs:element name="ContactMethods" type="commons:ContactMethods" minOccurs="0" />
<xs:element name="NRDSExecutiveOfficerInformation" type="nrds:AssociationExecutiveOfficerInfo" minOccurs="0" />
<xs:element name="NRDSPointOfEntry" type="nrds:PointOfEntry" minOccurs="0" />
<xs:element name="NRDSStatusCode" type="nrds:AssociationStatus" minOccurs="0" />
<xs:element name="StatusChangeDateTime" type="commons:SecureDateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>
Datetime that the status of the Association
changed.
</xs:documentation>
<xs:appinfo>
2007-03-10T12:00:00-05:00
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="NRDSLastCertificationDate" type="nrds:AssociationLastCertificationDate" minOccurs="0" />
<xs:element name="NRDSAssociationOfficers" type="nrds:AssociationOfficers" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|