Mapping PostgreSQL Datatype to XSD Type
Note: Only those PostgreSQL data types that are listed in the following table are supported.
Database Type | XSD Type |
---|---|
bigint | long |
bytea | base64binary |
character | string |
char | string |
date | string |
double precision | double |
numeric | double |
real | double |
time without time zone | string |
timestamp without time zone | string |
text | string |
bit | int |
bit(n) | int |
integer | double |
smallint | int |
point | string |
line | string |
lseg | string |
box | string |
path | string |
polygon | string |
circle | string |
uuid | string |