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
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:PhraseSearchExpressionTermSearchExpressionNotSearchExpressionBooleanSearchExpressionif i try to convert an XML to JSON with a
Titel,Index,Suchwortewith a<value>element i got an error.I try to get more infos tomorrow