| ||
| detail: element | attribute | value | ||
XML Example:<BarDataElement> <barData>xsd:double</barData> <linkText>xsd:string</linkText> </BarDataElement> | JSON Example:{"BarDataElement":
{
"barData": Number,
"linkText": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| barData | xsd:double | false | false | Get the barData
| |
| linkText | xsd:string | false | false | Get the linkText
|
| ||
| detail: element | attribute | value | ||