Definition Type: ComplexType
Name: CurrentOfficers
Namespace: http://rets.org/xsd/NRDSCommons/2007-08
Containing Schema: NRDSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CurrentTreasurerId in schema nrdscommons_xsd Drilldown into CurrentSecretaryId in schema nrdscommons_xsd Drilldown into CurrentPresidentElectId in schema nrdscommons_xsd Drilldown into CurrentPresidentId in schema nrdscommons_xsdXSD Diagram of CurrentOfficers in schema nrdscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CurrentOfficers">
    <xs:sequence>
        <xs:element name="CurrentPresidentId" type="commons:AssociationMemberId" minOccurs="0" />
        <xs:element name="CurrentPresidentElectId" type="commons:AssociationMemberId" minOccurs="0" />
        <xs:element name="CurrentSecretaryId" type="commons:AssociationMemberId" minOccurs="0" />
        <xs:element name="CurrentTreasurerId" type="commons:AssociationMemberId" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentPresidentId nrds:CurrentPresidentId 0 (1)
CurrentPresidentElectId nrds:CurrentPresidentElectId 0 (1)
CurrentSecretaryId nrds:CurrentSecretaryId 0 (1)
CurrentTreasurerId nrds:CurrentTreasurerId 0 (1)
Collapse Derivation Tree:
Collapse References:
nrds:CurrentOfficers