Skip to content

Add support for xsd:restriction #18

@henkesn

Description

@henkesn

Creating a schema from WSDL/XSD which have xsd:restriction raised an error. Would be good to have that fixed by simply ignoring the restrictions in a first step. Some cases perhaps could also be mapped to enum later.

Example:

<xs:simpleType>
  <xs:restriction base="xs:string">
   <xs:enumeration value="optional"/>
   <xs:enumeration value="required"/>
   <xs:enumeration value="prohibited"/>
  </xs:restriction>
</xs:simpleType>

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