|
|
@ -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"> |
|
|
|