Index: xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/input.xml =================================================================== --- xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/input.xml (revision 0) +++ xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/input.xml (revision 0) @@ -0,0 +1,14 @@ + + + 1000 + 2000 + 3000 + 4000 + firstString + secondString + thirdString + 100 200 300 400 500 + Index: xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/TestDescriptor.xml =================================================================== --- xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/TestDescriptor.xml (revision 0) +++ xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/TestDescriptor.xml (revision 0) @@ -0,0 +1,18 @@ + + + Test the use of xsd-list in the Marshalling Framework + Joachim Grueneis + xsd:list requires special handling for attributes and elements + and this test will ensure that it is correctly performed. + basic capability + + + xsdList.xsd + xmlListSample + + Test Generation + input.xml + input.xml + + + Index: xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/xsdList.xsd =================================================================== --- xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/xsdList.xsd (revision 0) +++ xmlctf/tests/MasterTestSuite/sourcegenerator/xsd-list/xsdList.xsd (revision 0) @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file