You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"/>
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>
The text was updated successfully, but these errors were encountered: