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