Compare commits

..

1 Commits

Author SHA1 Message Date
jenkins a3ca11d470 Update XSDs for branch java21_nfe - Build 1 2025-12-20 18:53:50 +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">