-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
210 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
from output.models.ibm_data.mixed.target_namespace.tns4_xsd.tns4 import X | ||
from output.models.ibm_data.mixed.target_namespace.tns4_xsd.tns4_imp import A | ||
from output.models.ibm_data.mixed.target_namespace.tns4_xsd.tns4_imp import Y | ||
|
||
|
||
obj = X( | ||
y=Y( | ||
a=[ | ||
A( | ||
value=1 | ||
), | ||
A( | ||
value=2 | ||
), | ||
] | ||
) | ||
a=[ | ||
A( | ||
value=1 | ||
), | ||
A( | ||
value=2 | ||
), | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q006_xsd.mg_q006 import Bar | ||
from output.models.ms_data.model_groups.mg_q006_xsd.mg_q006 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='yo', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='yo', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q007_xsd.mg_q007 import Bar | ||
from output.models.ms_data.model_groups.mg_q007_xsd.mg_q007 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='yo', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='yo', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q014_xsd.mg_q014 import Bar | ||
from output.models.ms_data.model_groups.mg_q014_xsd.mg_q014 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q015_xsd.mg_q015 import Bar | ||
from output.models.ms_data.model_groups.mg_q015_xsd.mg_q015 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q016_xsd.mg_q016 import Bar | ||
from output.models.ms_data.model_groups.mg_q016_xsd.mg_q016 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
from output.models.ms_data.model_groups.mg_q017_xsd.mg_q017 import Bar | ||
from output.models.ms_data.model_groups.mg_q017_xsd.mg_q017 import Doc | ||
|
||
|
||
obj = Doc( | ||
e1='', | ||
e2=Bar( | ||
e1='This is different' | ||
) | ||
e1_element='', | ||
e1='This is different' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
from output.models.ms_data.particles.particles_q024_xsd.particles_q024 import Doc | ||
from output.models.ms_data.particles.particles_q024_xsd.particles_q024 import R | ||
|
||
|
||
obj = Doc( | ||
elem=R( | ||
foo=[ | ||
'', | ||
'', | ||
'', | ||
] | ||
) | ||
foo=[ | ||
'', | ||
'', | ||
'', | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
from output.models.saxon_data.wild.wild075_xsd.wild075 import B | ||
from output.models.saxon_data.wild.wild075_xsd.wild075 import Root | ||
from xsdata.models.datatype import XmlDate | ||
from output.models.saxon_data.wild.wild076_xsd.wild076 import Root | ||
from xsdata.formats.dataclass.models.generics import AnyElement | ||
|
||
|
||
obj = Root( | ||
a=23, | ||
local_element=B( | ||
value=XmlDate(2010, 10, 16) | ||
local_element=AnyElement( | ||
qname='b', | ||
text='2010-10-16' | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.