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

XSD import tool: support xs:any #668

Open
SimonCockx opened this issue Oct 10, 2023 · 0 comments
Open

XSD import tool: support xs:any #668

SimonCockx opened this issue Oct 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@SimonCockx
Copy link
Contributor

Example from the ISO 20022 schema:

	<xs:complexType name="SupplementaryDataEnvelope1">
		<xs:annotation>
			<xs:documentation>Technical component that contains the validated supplementary data information. This technical envelope allows to segregate the supplementary data information from any other information.</xs:documentation>
			<xs:appinfo>SupplementaryDataEnvelope1</xs:appinfo>
		</xs:annotation>
		<xs:sequence>
			<xs:any processContents="lax" namespace="##any"/>
		</xs:sequence>
	</xs:complexType>
@SimonCockx SimonCockx added the enhancement New feature or request label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant