2016-08-25 15:55 GMT+04:00 Sergey Beryozkin <[email protected]>: > Linking schema elements to non representation parameters is not going to > work for sure. > It overloads the idea that the schema elements represent the in/out > payloads. >
WADL Parameter Definition contains also "type" paremeter - optionally indicates the type of the parameter as an XML qualified name, defaults to xsd:string. https://www.w3.org/Submission/wadl/#x3-270002.12.2 so i think linking to custom simple type is allowed. But implemeting adding annotations to query parameters is much more difficult.
