-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
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:
PhraseSearchExpressionTermSearchExpressionNotSearchExpressionBooleanSearchExpression
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