Commit 17dc669
authored
Implementation of built-in types generation (#7)
* add email generation and update documentation
* add tests for derived types in XML schema generator
* add hexBinary generation and corresponding tests
* refactor XML value generation to use TypeConstraints for improved clarity and maintainability
* refactor value generation to extract type constraints into a separate function for improved clarity and maintainability
* add tests for derived types and implement generation for byte, short, int, and integer types
* bump version to 0.5.01 parent 731e99d commit 17dc669
File tree
122 files changed
+739
-986
lines changed- tests
- data
- complex
- attributes
- types_built_in_restricted
- types_built_in
- types_derived_restricted
- simple/types_built_in
- types
- derived_restricted
- derived
- primitive_restricted
- primitive
- unit
- xmlgenerator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+739
-986
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 8 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments