XML Schema Test Results

Copyright and Licence

This document and the test materials and results it points to are copyright the World Wide Web Consortium and the contributors thereof, respectively. They are hereby made available for public use under the W3C Document Licence.

Overview

This document presents the curent state of the XML Schema Test Collection. This is our first pass at presenting this material, and it may change in future. The display below has one row per test, one set of descriptive columns of the test as provided by the test contributor, and one column per implementation we have run the tests against (presently only one, more coming soon). Note in particular that the column labelled "Expected" means the outcome expected by the contributor. For the test file(s) present which has/have extension .xsd, its/their conformance to the XML Schema REC's definition of valid XML representations of XML Schemas is what is at issue. When a test file with extension .xml is present as well, its schema-validity is at issue as well. So there will always be either a 1 (no schema errors) or a 0 (at least 1 schema error) against the S:; there may be either NA (not applicable -- no instance tested), 1 (no schema-validity problems) or 0 (at least 1 schema-validity problem) against the I:.

Test description Processor results
TestID Created by Description Resources Expected
S = schema
I = instance
XSV
S = schema
I = instance
elemA005 Microsoft Element with name='_foo-2.5??' Test file
elemA005.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemA005
elemA006 Microsoft Declare a dupe element with the same name Test file
elemA006.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemA006
elemA009 Microsoft Element with name='foo:bar' Test file
elemA009.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for elemA009
elemB001 Microsoft Element with abstract='true' Test file
elemB001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemB001
elemB002 Microsoft Element with abstract='false' Test file
elemB002.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemB002
elemB005 Microsoft Element with abstract='' Test file
elemB005.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for elemB005
elemB007 Microsoft Element with abstract='1' Test file
elemB007.xsd
Expected
S: 1
I: NA
XSV
S: 0
I: NA
See XSV original outcome for elemB007
elemB008 Microsoft Element with abstract='0' Test file
elemB008.xsd
Expected
S: 1
I: NA
XSV
S: 0
I: NA
See XSV original outcome for elemB008
elemF001 Microsoft Element with final='#all' Test file
elemF001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemF001
elemF002 Microsoft Element with final='extension' Test file
elemF002.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemF002
elemF003 Microsoft Element with final='restriction' Test file
elemF003.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemF003
elemF004 Microsoft Element with final='substitution' Test file
elemF004.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemF004
elemG001 Microsoft Element with fixed='foo' and the content is textOnly Test file
elemG001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemG001
elemG002 Microsoft Element with fixed='foo' and the content is simpleType Test file
elemG002.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemG002
elemG003 Microsoft Element type is complexType and fixed is present Test file
elemG003.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemG003
elemG004 Microsoft Element with fixed='foo' and the content is not a textOnly Test file
elemG004.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemG004
elemG005 Microsoft Element with fixed='' Test file
elemG005.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemG005
elemH001 Microsoft Element with its schema elementFormDefault='qualified' Test file
elemH001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemH001
elemH002 Microsoft Element with its schema elementFormDefault='unqualified' Test file
elemH002.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for elemH002
attKa001 Microsoft Schema Rep Constraint: 1. Parent is schema, default and fixed both present Test file
attKa001.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attKa001
attKa003 Microsoft Schema Rep Constraint: 1. Parent is schema, use=optional Test file
attKa003.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attKa003
attKa010 Microsoft Schema Rep Constraint: 1. Parent is schema, ref present Test file
attKa010.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attKa010
attKa012 Microsoft Schema Rep Constraint: 1. Parent is schema, name= xmlns Test file
attKa012.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attKa012
attP006 Microsoft type="my simple type", fixed=NOT conform to the type Test file
attP006.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attP006
attP007 Microsoft use=required, fixed and default are absent (must appear, value can be anything), instant xml value=36 Test files
attP007.xsd
attP007.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP007
attP008 Microsoft use=required, fixed and default are absent (must appear, value can be anything), instant xml attribute absent Test files
attP008.xsd
attP008.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP008
attP009 Microsoft use=required, fixed="37" (must appear once, value must be "37"), instant xml value does not appear Test files
attP009.xsd
attP009.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 0
See XSV original outcome for attP009
attP010 Microsoft use=required, fixed="37" (must appear once, value must be "37"), instant xml value =36 Test files
attP010.xsd
attP010.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP010
attP011 Microsoft use=required, fixed="37" (must appear once, value must be "37"), instant xml value =37 Test files
attP011.xsd
attP011.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP011
attP012 Microsoft use=required, fixed="37" (must appear once, value must be "37"), instant xml value =38 Test files
attP012.xsd
attP012.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP012
attP013 Microsoft use=absent, fixed="37" (may appear once, if appear, value must be "37"), instant xml value does not appear (attribute not exist in instant doc) Test files
attP013.xsd
attP013.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP013
attP014 Microsoft use=absent, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =36 Test files
attP014.xsd
attP014.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP014
attP015 Microsoft use=absent, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =37 Test files
attP015.xsd
attP015.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP015
attP016 Microsoft use=absent, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =38 Test files
attP016.xsd
attP016.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP016
attP017 Microsoft use=optional, fixed="37" (may appear once, if appear, value must be "37"), instant xml value does not appear (attribute not exist in instant doc) Test files
attP017.xsd
attP017.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP017
attP018 Microsoft use=optional, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =36 Test files
attP018.xsd
attP018.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP018
attP019 Microsoft use=optional, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =37 Test files
attP019.xsd
attP019.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP019
attP020 Microsoft use=optional, fixed="37" (may appear once, if appear, value must be "37"), instant xml value =38 Test files
attP020.xsd
attP020.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP020
attP021 Microsoft use=absent, default="37" (may appear once, may have any value), instant xml value does not appear (this will have the default attribute and value) Test files
attP021.xsd
attP021.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP021
attP022 Microsoft use=absent, default="37" (may appear once, may have any value), instant xml value=37 Test files
attP022.xsd
attP022.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP022
attP023 Microsoft use=absent, default="37" (may appear once, may have any value), instant xml value=38 Test files
attP023.xsd
attP023.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP023
attP024 Microsoft use=optional, default="37" (may appear once, may have any value), instant xml value does not appear (this will have the default attribute and value) Test files
attP024.xsd
attP024.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP024
attP025 Microsoft use=optional, default="37" (may appear once, may have any value), instant xml value=37 Test files
attP025.xsd
attP025.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP025
attP026 Microsoft use=optional, default="37" (may appear once, may have any value), instant xml value=38 Test files
attP026.xsd
attP026.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP026
attP027 Microsoft name='foo' use=optional, default="37" (may appear once, may have any value) name='foo1', instant xml value=38 Test files
attP027.xsd
attP027.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for attP027
attP028 Microsoft use=prohibited, default="37" (must not appear in xml instant, attribute does not appear in the instant XML (attribute not exist in instant doc) Test files
attP028.xsd
attP028.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP028
attP029 Microsoft use=prohibited, fixed="37" (must not appear in xml instant, attribute does not appear in the instant XML Test files
attP029.xsd
attP029.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attP029
attP031 Microsoft use=prohibited, fixed="37" (must not appear in xml instant, attribute does appear in the instant XML Test files
attP031.xsd
attP031.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for attP031
attQ012 Microsoft two attribute decl with the same name, one from global, one from included XSD Test file
attQ012.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attQ012
attQ018 Microsoft two attribute decl with same id, one in element and one from included Test file
attQ018.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attQ018
attgA001 Microsoft Test attributeGroup declaration with optional attribute id='a' Test file
attgA001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgA001
attgA002 Microsoft Test attributeGroup declaration with optional attribute id='0' Test file
attgA002.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgA002
attgA003 Microsoft Test attributeGroup declaration with optional attribute id='' Test file
attgA003.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgA003
attgA004 Microsoft Test attributeGroup declaration with attribute id=':a' Test file
attgA004.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgA004
attgA005 Microsoft Test attributeGroups: 2 global attributeGroups with same ID Test file
attgA005.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgA005
attgA006 Microsoft Test attributeGroups: 2 attributeGroups, one is global and one is from 'redefine', with same ID Test file
attgA006.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgA006
attgA008 Microsoft Test attributeGroups: 2 attributeGroup, one is from imported xsd, and one is from included xsd, with same ID Test file
attgA008.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgA008
attgC001 Microsoft Test attributeGroup declaration: cannot have ref attribute on global, parent is schema, ref='name of a global attribute group ' Test file
attgC001.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgC001
attgC002 Microsoft Test attributeGroup declaration: parent is attributeGroup, ref='name of a global attribute group declared at the beginning of xsd' Test file
attgC002.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgC002
attgC003 Microsoft Test attributeGroup declaration: parent is attributeGroup, ref='name of a global attribute group from imported xsd' Test file
attgC003.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgC003
attgC004 Microsoft Test attributeGroup declaration: parent is attributeGroup, ref='name of a global attribute group from included xsd' Test file
attgC004.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgC004
attgC005 Microsoft Test attributeGroup declaration: can only reference global attributeGroup parent is attributeGroup, ref='name of global attribute group declared at the end of xsd' Test file
attgC005.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgC005
attgC006 Microsoft Test attributeGroup declaration: ref='name of attribute group declared inside a redefine', and xml instant has value different what is defined as fixed in the redefined attributeGroup. Test files
attgC006.xsd
attgC006.xml
Expected
S: 1
I: 0
XSV
S: 0
I: 0
See XSV original outcome for attgC006
attgC007 Microsoft Test attributeGroup declaration: can only reference global attributeGroup parent is attributeGroup, ref='name of attribute group declared inside a redefine', and xml instant has value same as what is defined as fixed in the redefined attributeGroup. Test files
attgC007.xsd
attgC007.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attgC007
attgC008 Microsoft Test attributeGroup declaration: ref='foo (not a valid reference to an attributeGroup)' Test file
attgC008.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgC008
attgC010 Microsoft Test attributeGroup declaration: self referencing, id="test", has child attributeGroup that also has, parent is attributeGroup, ref='test' Test file
attgC010.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgC010
attgD001 Microsoft attributeGroup with annotation Test file
attgD001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for attgD001
attgD002 Microsoft attributeGroup with two annotation Test file
attgD002.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgD002
attgD004 Microsoft attributeGroup with just another attributeGroup, the xml has the attributes Test files
attgD004.xsd
attgD004.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attgD004
attgD005 Microsoft attributeGroup with child in the sequence of ( att, attg, att, attg, att), the xml has the attributes Test files
attgD005.xsd
attgD005.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for attgD005
attgD006 Microsoft attributeGroup with two attribute, same name, same namespace Test file
attgD006.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgD006
attgD009 Microsoft attributeGroup with two attribute, same name, different type Test file
attgD009.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for attgD009
stA001 Microsoft Declaration with optional attribute id = 'foo123' Test file
stA001.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA001
stA002 Microsoft Declaration with optional attribute id = 'foo123' , another object with an ID ='foo123' Test file
stA002.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stA002
stA003 Microsoft Declaration with optional attribute id = 'foo123' , an included object with and ID='foo123' Test file
stA003.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA003
stA004 Microsoft Declaration with optional attribute id = '' Test file
stA004.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stA004
stA005 Microsoft Declaration with optional attribute id = '123' Test file
stA005.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stA005
stA006 Microsoft Declaration with optional attribute id = 'foo123' , name attribute='foo123' Test file
stA006.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA006
stA008 Microsoft Declaration with optional attribute name = 'fooType' , simpleType not global, parent is simpleType restriction Test file
stA008.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA008
stA011 Microsoft Declaration with optional attribute name = 'fooType' , simpleType not global, parent is attribute Test file
stA011.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA011
stA012 Microsoft Declaration with optional attribute name = 'fooType' , simpleType not global, parent is element Test file
stA012.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA012
stA013 Microsoft Declaration with optional attribute name = 'fooType' , simpleType not global, parent is simpleContent restriction Test file
stA013.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA013
stA014 Microsoft Declaration with optional attribute name = 'a:b' Test file
stA014.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA014
stA015 Microsoft Declaration with optional attribute name = '' Test file
stA015.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stA015
stA016 Microsoft Declaration with optional attribute name = 'xmlns' Test file
stA016.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stA016
stA020 Microsoft attribute with non-schema namespace Test file
stA020.xsd
Expected
S: 1
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stA020
stB003 Microsoft content with restriction Test file
stB003.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB003
stB004 Microsoft content with two restrctions Test file
stB004.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB004
stB005 Microsoft content with restriction then annotation Test file
stB005.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB005
stB006 Microsoft content with annotation then restriction Test file
stB006.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB006
stB007 Microsoft content with restriction then attribute Test file
stB007.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB007
stB008 Microsoft content with list Test file
stB008.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB008
stB009 Microsoft content with two lists Test file
stB009.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB009
stB010 Microsoft content with list then annotation Test file
stB010.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB010
stB011 Microsoft content with annotation then list Test file
stB011.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB011
stB012 Microsoft content with union Test file
stB012.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB012
stB013 Microsoft content with two unions Test file
stB013.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB013
stB014 Microsoft content with union then annotation Test file
stB014.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB014
stB015 Microsoft content with annotation then union Test file
stB015.xsd
Expected
S: 1
I: NA
XSV
S: 1
I: NA
See XSV original outcome for stB015
stB019 Microsoft content with list then restriction Test file
stB019.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB019
stB020 Microsoft content with list then union Test file
stB020.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB020
stB021 Microsoft content with restriction then list Test file
stB021.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB021
stB022 Microsoft content with restriction then union Test file
stB022.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB022
stB023 Microsoft content with union then list Test file
stB023.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB023
stB024 Microsoft content with union then restriction Test file
stB024.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for stB024
idc001.nogen.n00 Sun ID Constranints. Very naive test of identity constraint Test files
idc001.nogen.xsd
idc001.nogen.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for idc001.nogen.n00
idc001.nogen.v00 Sun ID Constranints. Very naive test of identity constraint Test files
idc001.nogen.xsd
idc001.nogen.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for idc001.nogen.v00
idc001.nogen.v01 Sun ID Constranints. Very naive test of identity constraint Test files
idc001.nogen.xsd
idc001.nogen.v01.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for idc001.nogen.v01
idc002.e Sun ID Constranints. Reference to an undeclared key Test file
idc002.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for idc002.e
idc002b.e Sun ID Constranints. Reference to an undeclared key in an undeclared namespace Test file
idc002b.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for idc002b.e
idc003.e Sun ID Constranints. Reference to non-key constraint. Test file
idc003.e.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for idc003.e
idc004.nogen.n00 Sun ID Constranints. Test files
idc004.nogen.xsd
idc004.nogen.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for idc004.nogen.n00
idc004.nogen.n01 Sun ID Constranints. Test files
idc004.nogen.xsd
idc004.nogen.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for idc004.nogen.n01
idc004.nogen.n02 Sun ID Constranints. Test files
idc004.nogen.xsd
idc004.nogen.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for idc004.nogen.n02
idc004.nogen.n03 Sun ID Constranints. Test files
idc004.nogen.xsd
idc004.nogen.n03.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for idc004.nogen.n03
idc004.nogen.v00 Sun ID Constranints. Test files
idc004.nogen.xsd
idc004.nogen.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for idc004.nogen.v00
idc004.nogen.v01 Sun ID Constraints. Test files
idc004.nogen.xsd
idc004.nogen.v01.xml
Expected
S: 1
I: 1
XSV
S: 0
I: NA
See XSV original outcome for idc004.nogen.v01
idc004a.e Sun ID Constraints. Key/keyref field size mismatch. Test file
idc004a.e.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for idc004a.e
idc005.nogen.n00 Sun ID Constraints. very naive test of identity constraint. Test files
idc005.nogen.xsd
idc005.nogen.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for idc005.nogen.n00
idc005.nogen.n01 Sun ID Constraints. very naive test of identity constraint. Test files
idc005.nogen.xsd
idc005.nogen.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for idc005.nogen.n01
idc005.nogen.v00 Sun ID Constraints. Very naive test of identity constraint. Test files
idc005.nogen.xsd
idc005.nogen.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for idc005.nogen.v00
idc006.nogen.n00 Sun ID Constaints. XPath engine test: ".//a/*/b" and use of "." for both selector and field. Test files
idc006.nogen.xsd
idc006.nogen.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for idc006.nogen.n00
idc006.nogen.n01 Sun ID Constraints. XPath engine test: ".//a/*/b" and use of "." for both selector and field. Test files
idc006.nogen.xsd
idc006.nogen.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for idc006.nogen.n01
idc006.nogen.v00 Sun ID Constraints. XPath engine test: ".//a/*/b" and use of "." for both selector and field. Test files
idc006.nogen.xsd
idc006.nogen.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for idc006.nogen.v00
xsd001.n00 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd001.n00
xsd001.n00 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd001.n00
xsd001.n01 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd001.n01
xsd001.n02 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd001.n02
xsd001.n03 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n03.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd001.n03
xsd001.n04 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n04.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd001.n04
xsd001.n05 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n05.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd001.n05
xsd001.n06 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n06.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd001.n06
xsd001.n07 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.n07.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd001.n07
xsd001.v00 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd001.v00
xsd001.v00 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd001.v00
xsd001.v01 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.v01.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd001.v01
xsd001.v02 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.v02.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd001.v02
xsd001.v03 Sun - use of elementFormDefault="unqualified" - unusual minOccurs/maxOccurs (3 and 7 respectively) - complexType with simpleContent, and restriction. - simpleType within restriction. Test files
xsd001.xsd
xsd001.v03.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd001.v03
xsd002.n00 Sun - use of elementFormDefault="unqualified" - use of elementFormDefault and form attribute. - implicit use of "ur-type" as the content model of element. Test files
xsd002.xsd
xsd002.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd002.n00
xsd002.n01 Sun - use of elementFormDefault="unqualified" - use of elementFormDefault and form attribute. - implicit use of "ur-type" as the content model of element. Test files
xsd002.xsd
xsd002.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd002.n01
xsd002.n02 Sun - use of elementFormDefault="unqualified" - use of elementFormDefault and form attribute. - implicit use of "ur-type" as the content model of element. Test files
xsd002.xsd
xsd002.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd002.n02
xsd002.v00 Sun - use of elementFormDefault="unqualified" - use of elementFormDefault and form attribute. - implicit use of "ur-type" as the content model of element. Test files
xsd002.xsd
xsd002.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd002.v00
xsd002.v01 Sun - use of elementFormDefault="unqualified" - use of elementFormDefault and form attribute. - implicit use of "ur-type" as the content model of element. Test files
xsd002.xsd
xsd002.v01.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 0
See XSV original outcome for xsd002.v01
xsd003-1.e Sun Element redefinition. Unable to redefine element. Test file
xsd003-1.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd003-1.e
xsd003-2.e Sun Element redefinition. Unable to redefine element. Test file
xsd003-2.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd003-2.e
xsd003a.v00 Sun Element redefinition. Test without redefinition. Test files
xsd003a.xsd
xsd003a.v00.xml
xsd003.xsdmod
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd003a.v00
xsd003b.n00 Sun Element redefinition. Test with redefinition with self-reference. @add in xsd003b.n00.xml must be number Test files
xsd003b.xsd
xsd003b.n00.xml
xsd003.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd003b.n00
xsd003b.n01 Sun Element redefinition. Test with redefinition with self-reference. @gAtt is redefined to allow yes/no only Test files
xsd003b.xsd
xsd003b.n01.xml
xsd003.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd003b.n01
xsd003b.v00 Sun Element redefinition. Test with redefinition with self-reference. Test files
xsd003b.xsd
xsd003b.v00.xml
xsd003.xsdmod
Expected
S: 1
I: 1
XSV
S: 1
I: 0
See XSV original outcome for xsd003b.v00
xsd003b.v01 Sun Element redefinition. Test with redefinition with self-reference. Test files
xsd003b.xsd
xsd003b.v01.xml
xsd003.xsdmod
Expected
S: 1
I: 1
XSV
S: 1
I: 0
See XSV original outcome for xsd003b.v01
xsd004.n00 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n00.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n00
xsd004.n01 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n01.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n01
xsd004.n02 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n02.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n02
xsd004.n03 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n03.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n03
xsd004.n04 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n04.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n04
xsd004.n05 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n05.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n05
xsd004.n06 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n06.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n06
xsd004.n07 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n07.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n07
xsd004.n08 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n08.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n08
xsd004.n09 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n09.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n09
xsd004.n10 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n10.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n10
xsd004.n11 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n11.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n11
xsd004.n12 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.n12.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd004.n12
xsd004.v00 Sun Use of three different type of any element with different @namespace. Test files
xsd004.xsd
xsd004.v00.xml
xsd004a.xsdmod
xsd004b.xsdmod
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd004.v00
xsd005.n00 Sun Complex type derivation. Missing content model. Test files
xsd005.xsd
xsd005.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n00
xsd005.n01 Sun Complex type derivation. Undeclared type name. Test files
xsd005.xsd
xsd005.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n01
xsd005.n02 Sun Complex type derivation. More than one "b". Test files
xsd005.xsd
xsd005.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n02
xsd005.n03 Sun Complex type derivation. "b" is prohibited for type rst. Test files
xsd005.xsd
xsd005.n03.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n03
xsd005.n04 Sun Complex type derivation. Missing xsi:type. Test files
xsd005.xsd
xsd005.n04.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n04
xsd005.n05 Sun Complex type derivation. Don't be fooled! xsi:type is a QName. Test files
xsd005.xsd
xsd005.n05.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n05
xsd005.n06 Sun Complex type derivation. "d" and "e" are missing. Test files
xsd005.xsd
xsd005.n06.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd005.n06
xsd005.v00 Sun Complex type derivation. Test files
xsd005.xsd
xsd005.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd005.v00
xsd006.n00 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n00
xsd006.n00 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n00
xsd006.n01 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n01
xsd006.n02 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n02
xsd006.n03 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n03.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n03
xsd006.n04 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n04.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n04
xsd006.n05 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n05.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n05
xsd006.n06 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n06.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n06
xsd006.n07 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n07.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n07
xsd006.n08 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n08.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n08
xsd006.n09 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n09.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n09
xsd006.n10 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.n10.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd006.n10
xsd006.v00 Sun minOccurs/maxOccurs. Various combinations. Test files
xsd006.xsd
xsd006.v00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd006.v00
xsd008.n00 Sun Abstract element and element substitution group. Test files
xsd008.xsd
xsd008.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd008.n00
xsd008.n01 Sun Abstract element and element substitution group. Test files
xsd008.xsd
xsd008.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd008.n01
xsd008.n02 Sun Abstract element and element substitution group. Test files
xsd008.xsd
xsd008.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd008.n02
xsd008.v00 Sun Abstract element and element substitution group. Test files
xsd008.xsd
xsd008.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd008.v00
xsd011.n00 Sun Nillable. Test files
xsd011.xsd
xsd011.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd011.n00
xsd011.n01 Sun Nillable. Test files
xsd011.xsd
xsd011.n01.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd011.n01
xsd011.n02 Sun Nillable. Test files
xsd011.xsd
xsd011.n02.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd011.n02
xsd011.n03 Sun Nillable. Test files
xsd011.xsd
xsd011.n03.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd011.n03
xsd011.n04 Sun Nillable. Test files
xsd011.xsd
xsd011.n04.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd011.n04
xsd011.v00 Sun Nillable. Test files
xsd011.xsd
xsd011.v00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd011.v00
xsd012.n00 Sun Mixed content model. Test files
xsd012.xsd
xsd012.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd012.n00
xsd012.v00 Sun Mixed content model. Test files
xsd012.xsd
xsd012.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd012.v00
xsd013.e Sun Reference to undeclared element. Test file
xsd013.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd013.e
xsd014.e Sun Reference to undeclared element. Test file
xsd014.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd014.e
xsd015.e Sun Reference to undeclared type (it may be simple or complex). Test file
xsd015.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd015.e
xsd016.e Sun Reference to undeclared type (it may be simple or complex). Test file
xsd016.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd016.e
xsd017.e Sun Reference to undeclared complex type. Test file
xsd017.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd017.e
xsd018.e Sun Reference to undeclared complex type. Test file
xsd018.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd018.e
xsd019.e Sun Reference to undeclared simple type. Test file
xsd019.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd019.e
xsd020.e Sun Reference to undeclared simple type. Test file
xsd020.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd020.e
xsd020-2.e Sun Reference to undeclared attribute. Test file
xsd020-2.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd020-2.e
xsd020-3.e Sun Reference to undeclared model group. Test file
xsd020-3.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd020-3.e
xsd020-4.e Sun Reference to undeclared attribute group. Test file
xsd020-4.e.xsd
Expected
S: 0
I: NA
XSV
S: 0
I: NA
See XSV original outcome for xsd020-4.e
xsd021.n00 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n00.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n00
xsd021.n01 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n01.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n01
xsd021.n02 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n02.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd021.n02
xsd021.n03 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n03.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n03
xsd021.n04 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n04.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n04
xsd021.n05 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n05.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n05
xsd021.n06 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n06.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n06
xsd021.n07 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n07.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n07
xsd021.n08 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n08.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n08
xsd021.n09 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n09.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n09
xsd021.n10 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n10.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n10
xsd021.n11 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.n11.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 0
XSV
S: 1
I: 0
See XSV original outcome for xsd021.n11
xsd021.v00 Sun anyOtherAttribute. Test files
xsd021.xsd
xsd021.v00.xml
xsd021a.xsdmod
xsd021b.xsdmod
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd021.v00
xsd022.n00 Sun Various forms of forward reference to the simple type. Test files
xsd022.xsd
xsd022.n00.xml
Expected
S: 1
I: 0
XSV
S: 1
I: 1
See XSV original outcome for xsd022.n00
xsd022.v00 Sun Simple type. Various forms of forward reference to the simple type. Test files
xsd022.xsd
xsd022.v00.xml
Expected
S: 1
I: 1
XSV
S: 1
I: 1
See XSV original outcome for xsd022.v00
xsd023.e Sun Simple type. Recursive definition. Test file
xsd023.e.xsd
Expected
S: 0
I: NA
XSV
S: 1
I: NA
See XSV original outcome for xsd023.e