-
Notifications
You must be signed in to change notification settings - Fork 11
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
Please give an example on how to generate XML having complex XSD #26
Comments
what root element are you trying to create? |
The root element I want is this: In C# I used this:
there are even more complex constructs inside this, on the |
Inside |
I'm closing this because XSD is now available in F# Data and we may further discuss things there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to see an example of how to generate XML having this complex XSD (zipped file):
http://www.nfe.fazenda.gov.br/portal/exibirArquivo.aspx?conteudo=xLaRDcJryNA=
With that ZIP file contents, today in C# we can use
xsd.exe nfe_v4.00.xsd xmldsig-core-schema_v1.01.xsd /c /edb
Here in Brazil XSD Schemas are being used heavily.
Right now that governament portal indicates 19394 billion documents generated using those XSD schemas.
How to generate XML having those XSD, using F# ?
The text was updated successfully, but these errors were encountered: