Update XSDs for branch develop - Build 27

This commit is contained in:
2026-01-19 20:02:56 +00:00
parent ad93adf75f
commit cfccbbdd2d
+12
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">