This schema specifies the XML namespace:
http://lxistandard.org/schemas/LXIProblemDetails/1.0,
version: 1.0
Editorial date: September 28, 2023
The LXI ProblemDetails element contains the details related to an HTTP error.
The LXIProblemDetails complex type has no attributes
The following must occur in this order:
Element | Type | Cardinality | Requirements |
---|---|---|---|
Title | xs:string | Required |
High level description of the method result, consistent with the HTTP status code returned. RULE: Title shall be included. |
Detail | xs:string | Optional |
Detail regarding the specific method status, for instance, the nature of a syntactic error. |
Instance | xs:string | Optional |
Detail specific to the issue. For instance, for a syntax error this could contain details used to isolate and correct the problem, such as the line number or specific reference to a flawed syntactic element. |