Browse Source

Update XSDs for branch master - Build 9

master
Jenkins CI 3 days ago
parent
commit
3498bbf742
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:restriction>
</xs:simpleType> </xs:simpleType>
</xs:attribute> </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>
<xs:attributeGroup name="DBTableValueColumnBase"> <xs:attributeGroup name="DBTableValueColumnBase">


Loading…
Cancel
Save