File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ Installations
11
11
Run the following to get pyxb and nosetests:
12
12
- pip install pyxb
13
13
- pip install nosetests
14
-
15
- Generating classes from xsd
16
- --------------------------------------
17
- - use the pyxbgen script from PyXB
18
- - run the following:
19
- python [ path to pyxbgen] -u [ link to xsd schema] -m [ name of module to contain the classes]
20
- - refer to generateObjectsFromXSD.bat in the scripts folder to see how it's used
21
14
22
15
Testing
23
16
--------------------------------------
Original file line number Diff line number Diff line change
1
+ Generating classes from xsd
2
+ --------------------------------------
3
+ - use the pyxbgen script from PyXB
4
+ - run the following:
5
+ python [ path to pyxbgen] -u [ link to xsd schema] -m [ name of module to contain the classes]
6
+ - refer to generateObjectsFromXSD.bat in the scripts folder to see how it's used
You can’t perform that action at this time.
0 commit comments