Skip to content

Commit d2d496e

Browse files
author
Sven Haude
committed
Update README.md
1 parent 62441f8 commit d2d496e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,22 @@ are all integer types, then the narrowest integer type will be used that can fit
559559

560560
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).
561561

562+
## Related Projects
563+
564+
### [XmlSampleGenerator](./XmlSampleGenerator/README.md)
565+
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:
566+
- Generating test XML data from schemas
567+
- Creating XML documentation examples
568+
- Prototyping and development
569+
570+
### [Examples](./XmlSchemaClassGenerator.Examples/README.md)
571+
Comprehensive examples demonstrating all features of XmlSchemaClassGenerator:
572+
- Array index navigation with XPath-like syntax
573+
- XsdToCSharpFactory usage patterns
574+
- Auto property initialization
575+
- Dynamic type access
576+
- Complete working code samples
577+
562578
Contributing
563579
------------
564580

0 commit comments

Comments
 (0)