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

Make sure import tags are positioned as first elements inside the schema. #22

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

veewee
Copy link
Member

@veewee veewee commented Aug 21, 2024

Q A
Type improvement
BC Break no
Fixed issues #21

Summary

Makes sure to rearrange the import statements on top of the flattened XSD schema.
This makes the flattened XSD spec compliant:

See https://www.w3.org/TR/xmlschema11-1/#declare-schema

<schema>
Content: ((include | import | redefine | override | annotation)*,
(defaultOpenContent, annotation*)?,
((simpleType | complexType | group | attributeGroup | element | attribute | notation), annotation*)*)
</schema>

@veewee veewee merged commit 7c330e3 into php-soap:main Aug 21, 2024
9 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.

1 participant