LXI Literals Schema

The LXILiterals schema contains a single element with optional arbitrary attributes. It is used to pass arbitrary data to a method. As such, it does not provide syntactic validation of parameters.

This schema is intended to be used by methods that require minimal parameters, and would derive very little benefit from schema-based syntactic validation.

Methods that utilize this schema must document the attribute names and types used.

This schema specifies the XML namespace:

http://lxistandard.org/schemas/LXILiterals/1.0, version: 1.0
Editorial date: September 28, 2023

LXILiterals

LXILiterals contains arbitrary attributes that can be used to pass parameters of arbitrary types and names to REST methods.

Methods that utilize this schema must document the attribute names and types used.

Attributes

AttributeSyntaxLCIDescription
Any Attribute
Type:Any type
Card.:Optional
Default:NA
NA

Each attribute has an arbitrary name with an arbitrarily typed parameter.

Required: Must be implemented as required for parameters used in the method for which this is a parameter.

Unsecure impact: NA


The LXILiterals complex type has no subelements