Back to SwissRETS

noNamespace
element seller

Super Types
{} (restriction)

Documentation
The owner or the owners substitute (for example a broker).
Properties
This component is not nillable.

Model
<seller>
(organization? ; contactPerson? ; inquiryPerson?)
</seller>


Nested Element Summary
personcontactPerson
          Contact person for questions and typically responsible for making appointments. 
personinquiryPerson
          The person responsible for receiving inquiries and applications. 
organizationorganization
          The company selling 
Source
<xs:element maxOccurs="1" minOccurs="0" name="seller">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="organization" type="organization">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="contactPerson" type="person">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="inquiryPerson" type="person">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.