Data: full
- Namespace: http://enunciate.codehaus.org/samples/full
- XML Schema File: full.xsd
The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.
The following elements are members of this namespace:
Element UnknownSourceException
- Type: unknownSourceBean
Information about an unknown source.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<full:UnknownSourceException xmlns:full="http://enunciate.codehaus.org/samples/full">
<sourceId>
<!--content of type 'string'-->
...
</sourceId>
<errorCode>
<!--content of type 'int'-->
...
</errorCode>
</full:UnknownSourceException>
Example JSON
{
"sourceId" : "...",
"errorCode" : ...
}