Name: JAXBExample

An example resource

XML Example:
<JAXBExample
 type="xsd:string">
  <id>xsd:ID[xsd:string]</id>
 xsd:string
</JAXBExample>
JSON Example:
{'JAXBExample':
 {
  '@type': String,
   'id': String /* ID */,
   String,
 }
}

ID
id

Elements
NameTypeDescription
idxsd:ID[xsd:string]The resource ID

Attributes
NameTypeDescription
typexsd:stringAn optional attribute

Value
TypeDescription
xsd:stringThe example contents