+

Search Tips   |   Advanced Search

Data types for attributes

Data types for attributes belong to a subset of the XML Schema data type specification.

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.

The Puma REST API converts the preceding data type names to conform with the XML Schema Definition (XSD) language.


Parent Structure of the remote REST service for PUMA


Related information


http://www.w3.org/2001/XMLSchema-datatypes