| ||
| detail: element | attribute | value | ||
XML Example:<JAXBExample type="xsd:string"> <id>xsd:ID[xsd:string]</id> xsd:string </JAXBExample> | JSON Example:{'JAXBExample':
{
'@type': String,
'id': String /* ID */,
String,
}
}
|
| Name | Type | Description |
|---|---|---|
| id | xsd:ID[xsd:string] | The resource ID |
| Name | Type | Description |
|---|---|---|
| type | xsd:string | An optional attribute |
| Type | Description |
|---|---|
| xsd:string | The example contents |
| ||
| detail: element | attribute | value | ||