Alexey Valikov

Results 215 comments of Alexey Valikov

The schema is invalid precisely because of UPA. For instance here: ``` ``` It is not possible to say whether `useName` should match the `xs:element` or `xs:any`. This is precisely...

Hm, a very good idea. :) Let me check if I'm getting this right. - You're getting an [schema](http://demo.opengeo.org/geoserver/wfs?service=WFS&request=DescribeFeatureType&version=1.1.0&typename=topp:tasmania_state_boundaries) as the WFS `DescribeFeatureType` response. - This schema is probably not...

Yes, this should be possible. First of all, there's [an XML Schema for XML Schema](http://www.w3.org/2009/XMLSchema/XMLSchema.xsd). So basically we could compile that schema and use the generated mappings to unmarshal the...

@bartvde Could you please prepare a sample `GetFeature` URL for me? So that I could test unmarshalling.

@bartvde Cool! Congratulations. I'm glad it worked for you. Please file that issue, I'll take a look what is causing it.

Great, thank you. I'll report when I get something running.

Corresponding issue in [w3c-schemas](https://github.com/highsource/w3c-schemas): [Compile XML Schema 1.0 ](https://github.com/highsource/w3c-schemas/issues/1).

Status update. XML Schema for XML Schema compiled without big issues: https://github.com/highsource/w3c-schemas/tree/master/XMLSchema/2001 I just had to customize a bit to simplify a few properties: https://github.com/highsource/w3c-schemas/blob/master/XMLSchema/2001/src/main/resources/xmlschema-v_1_0.xjb The full resulting mappings are...