I have an issue with the schema file MsdlComplexTypes_1.0.0.xsd .
I use xjc to generate code. However, in the MsdlComplexTypes_1.0.0.xsd I need to set both form defaults to unqualified in the line at the top of the file in order to be able to read an XML file:
elementFormDefault="unqualified" attributeFormDefault="unqualified"
This is the same as in the original file from SISO, where both are unqualified.
Suggest to fix this, and bring the file in line with original SISO file.
I have an issue with the schema file
MsdlComplexTypes_1.0.0.xsd
.I use xjc to generate code. However, in the
MsdlComplexTypes_1.0.0.xsd
I need to set both form defaults to unqualified in the line at the top of the file in order to be able to read an XML file:elementFormDefault="unqualified" attributeFormDefault="unqualified"
This is the same as in the original file from SISO, where both are unqualified.
Suggest to fix this, and bring the file in line with original SISO file.
Attached the version I use:
MsdlComplexTypes_1.0.0.xsd.zip