Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

namespace="##any" or namespace="##other" #232

Open
CWeykopf opened this issue Nov 4, 2021 · 0 comments
Open

namespace="##any" or namespace="##other" #232

CWeykopf opened this issue Nov 4, 2021 · 0 comments

Comments

@CWeykopf
Copy link

CWeykopf commented Nov 4, 2021

I hava a .xsd with this type. I've tried to decode the elements from ##other into an array but without success. There are several types with ##other or ##any namespaces.
I have no clue how to handle it. I need the attributes too.

<complexType name="`TransformType`" mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
        <any namespace="##other" processContents="lax"/>
        <!-- (1,1) elements from (0,unbounded) namespaces -->
        <element name="XPath" type="string"/>
    </choice>
    <attribute name="Algorithm" type="anyURI" use="required"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant