| ||
detail: element | attribute | value |
XML Example:<DoubleRange> <max>xsd:string</max> <min>xsd:string</min> </DoubleRange> | JSON Example:{ "max": String, "min": String, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
max | xsd:string | false | false | ||
min | xsd:string | false | false |
| ||
detail: element | attribute | value |