qualipool / swissrets

A swiss real estate transaction standard
https://swissrets.ch
MIT License
26 stars 18 forks source link

Add multilingual description field to projects #190

Closed jensstalder closed 2 years ago

jensstalder commented 2 years ago

Problem description Projects currently have excerpts but are missing more detailed descriptions. Currently we should ad the generic "description" first, "location", "equipment" we can keep within property exclusively for now.

Desired Solution Implement it the same way it has been implemented within property. Example follows.

    <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
       <xs:annotation>
          <xs:documentation>Main description.</xs:documentation>
       </xs:annotation>
    </xs:element>