Compare commits

..

1 Commits

Author SHA1 Message Date
jenkins edd94de79f Update XSDs for branch feature/proxy-sync-http-client - Build 1 2025-12-17 19:34:20 +00:00
-12
View File
@@ -281,18 +281,6 @@
</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">