Browse Source

Update XSDs for branch develop - Build 27

develop
Jenkins CI 1 week ago
parent
commit
cfccbbdd2d
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      vitruvio-form-db-components.xsd

+ 12
- 0
vitruvio-form-db-components.xsd View File

@ -281,6 +281,18 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="STRING" />
<xs:enumeration value="DECIMAL" />
<xs:enumeration value="NUMBER" />
<xs:enumeration value="BOOLEAN" />
<xs:enumeration value="DATE" />
<xs:enumeration value="TIMESTAMP" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="DBTableValueColumnBase">


Loading…
Cancel
Save