Back to SwissRETS

noNamespace
element export

Properties
This component is not nillable.

Model
<export>
(created? ; generator ; projects ; properties)
</export>


Nested Element Summary
xs:dateTimecreated
          
 generator
          The software name and version, that generated the export. 
 projects
          Sequence of new building projects, the order of properties defines their importance, if any. 
 properties
          Collection of properties, the order of properties defines their importance, if any. 
Source
<xs:element name="export" type="exportType">
<xs:keyref name="propertyUnitKeyRef" refer="propertyUnitKey">
<xs:selector xpath="properties/*"/>
<xs:field xpath="unitReferenceId"/>
</xs:keyref>
<xs:key name="propertyUnitKey">
<xs:selector xpath=".//unit"/>
<xs:field xpath="referenceId"/>
</xs:key>
</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.