| ||
detail: element | attribute | value |
XML Example:<product> <filter>xsd:int</filter> <image>xsd:string</image> <name>xsd:string</name> <type>xsd:string</type> </product> | JSON Example:{ "filter": Number, "image": String, "name": String, "type": String, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
filter | xsd:int | false | false | ||
image | xsd:string | false | false | ||
name | xsd:string | false | false | ||
type | xsd:string | false | false |
| ||
detail: element | attribute | value |