Skip to content

Commit

Permalink
Feature add model database rexs 15 (#22)
Browse files Browse the repository at this point in the history
closes #22
* Added rexs 1.5 model database version

* New model files
  • Loading branch information
fuersten authored Mar 28, 2023
1 parent 270c3c8 commit 4bde9a6
Show file tree
Hide file tree
Showing 3 changed files with 10,501 additions and 10,498 deletions.
3 changes: 3 additions & 0 deletions models/rexs-dbmodel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<xsd:attribute name="status" type="versionStatusType" use="required"/>
<xsd:attribute name="language" type="xsd:string" use="required"/>
<xsd:attribute name="createdDate" type="xsd:string" use="required"/>
<xsd:attribute name="provider" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>

Expand Down Expand Up @@ -107,6 +108,7 @@
<xsd:complexType>
<xsd:attribute name="componentId" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="databaseId" type="xsd:integer" use="optional"/>
</xsd:complexType>
</xsd:element>

Expand All @@ -125,6 +127,7 @@
<xsd:attribute name="rangeMinIntervalOpen" type="xsd:boolean" use="optional"/>
<xsd:attribute name="rangeMax" type="xsd:decimal" use="optional"/>
<xsd:attribute name="rangeMaxIntervalOpen" type="xsd:boolean" use="optional"/>
<xsd:attribute name="databaseId" type="xsd:integer" use="optional"/>
</xsd:complexType>
</xsd:element>

Expand Down
Loading

0 comments on commit 4bde9a6

Please sign in to comment.