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
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,6 +559,22 @@ are all integer types, then the narrowest integer type will be used that can fit
559
559
560
560
Note that semantic issues might arise with this approach. For example, `DateTime` values are serialized with both date and time information included. See discussion at [#397](https://github.com/mganss/XmlSchemaClassGenerator/issues/397).
A utility library that generates sample XML instances from XML Schema Definition (XSD) files. Similar to Microsoft's `xsd.exe /c` functionality but as a standalone library. Perfect for:
0 commit comments