Skip to content

add XSD 1.1 support #76

@pahjbo

Description

@pahjbo

Could add support for some XSD 1.1 features to the generated XML schema

This snippet shows how to get the validation bootstrapped in Java

 System.setProperty("javax.xml.validation.SchemaFactory:http://www.w3.org/XML/XMLSchema/v1.1",
                "org.apache.xerces.jaxp.validation.XMLSchema11Factory");
 
            new org.apache.xerces.jaxp.validation.XMLSchema11Factory();
            SchemaFactory sf = SchemaFactory.newInstance("http://www.w3.org/XML/XMLSchema/v1.1");

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions