-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abstract / Base didn't work #68
Comments
Please check in a reproducible test case here: https://github.com/highsource/jsonix-support/tree/master/r/ris-bka I've just added a very rough project structure. Please fix compilation and add a test case in tests (fix mappings in ris-bka.js) and add XML examples to tests. I'll use it to debug and make sure it works at the end. |
I'd need a sample XML for this but as it looks like, you probably need support for |
@ximex This must be solved in Jsonix 2.2.1 and Jsonix Schema Compiler 2.3.3. |
XSD: http://data.bka.gv.at/RIS/XSD/OGD_Request.xsd
there is a complex type
SearchExpression
(<xsd:complexType name="SearchExpression" abstract="true"/>
) that is abstract and have some possible complex types to use:PhraseSearchExpression
TermSearchExpression
NotSearchExpression
BooleanSearchExpression
if i try to convert an XML to JSON with a
Titel
,Index
,Suchworte
with a<value>
element i got an error.I try to get more infos tomorrow
The text was updated successfully, but these errors were encountered: