Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Add support for <xs:any/> #23

Open
Bouke opened this issue Feb 1, 2017 · 0 comments
Open

Add support for <xs:any/> #23

Bouke opened this issue Feb 1, 2017 · 0 comments

Comments

@Bouke
Copy link
Owner

Bouke commented Feb 1, 2017

For example inside a sequence:

<s:complexType name="Type">
    <s:sequence>
        <s:element name="Element">
            <s:complexType>
                <s:sequence>
                    <s:any/>
                </s:sequence>
            </s:complexType>
        </s:element>
    </s:sequence>
</s:complexType>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant