Data types for attributes | HCL Digital Experience
Data types for attributes belong to a subset of the XML Schema data type specification.
You can use the following of data types with the PUMA
REST API:
- xs:string
- String value or string representation of an arbitrary object.
- xs:long
- Number of type Long.
- xs:integer
- Number of type Integer.
- xs:double
- Number of type Double.
- xs:dateTime
- A timestamp with this format:
yyyy-MM-dd'T'HH:mm:ss
- xs:anyURI
- URI path to a resource defined by the remote REST service for PUMA, for example to reference a user profile. This can be an absolute URL that includes the server name or a URI that denotes the absolute path.
- xs:hexBinary
- A hex encoded binary string.
Note: The Puma REST API converts the preceding
data type names to conform with the XML Schema Definition (XSD) language.