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

Read restriction child sequences #82

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

veewee
Copy link
Contributor

@veewee veewee commented May 28, 2024

Hello,

This PR accepts restriction overrides like <all>

<xs:complexType name="testType">
    <xs:complexContent>
        <xs:restriction base="tns:Array">
            <xs:all>
                <xs:element name="x_item" type="xs:int" maxOccurs="unbounded" />
            </xs:all>
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>

The overridden elements will now be available on the elements of the testType complex-type.

@Guite
Copy link
Collaborator

Guite commented Jun 3, 2024

Hi @veewee and thank you very much for your contribution. This looks fine for us, so I will happily merge it.

@Guite Guite merged commit 74d1991 into goetas-webservices:master Jun 3, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants