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

Modify XSD to enable XML Serialization #103

Open
fmussi opened this issue Feb 20, 2023 · 0 comments
Open

Modify XSD to enable XML Serialization #103

fmussi opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fmussi
Copy link

fmussi commented Feb 20, 2023

Is your feature request related to a problem? Please describe.
In order to improve Serialization of XML files from applications written in LV or Python, I am proposing some changes to the XSD file to enalbe MS xsd utility to generate C# classes.

These changes should not impact the VS CD logic for parsing xml files.

Changes proposed (I have a PR ready for it):

line 55:
<xs:element type="xs:string" name="minorFrameRef" maxOccurs="unbounded"/>

line 180

remove
<xs:choice maxOccurs="unbounded" minOccurs="0">
add
<xs:sequence>

@fmussi fmussi added the enhancement New feature or request label Feb 20, 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