-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added policy docs defining PREFORMA testing classes
- Loading branch information
Showing
73 changed files
with
650 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport[@isCompliant = 'true'])">File belongs to class TC000</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = 'FileAttachment')">File belongs to class TC001</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = 'FileAttachment' and validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.8.1' and @testNumber='1'])">File belongs to class TC002</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = 'Sound')">File belongs to class TC003</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = 'Movie')">File belongs to class TC004</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = 'Screen')">File belongs to class TC005</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/annotations/annotation/subType = '3D')">File belongs to class TC006</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/lowLevelInfo/filters/filter/@name = 'LZWDecode')">File belongs to class TC007</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/lowLevelInfo/filters/filter/@name = 'Crypt')">File belongs to class TC008</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.1.7' and @testNumber='4'])">File belongs to class TC009</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.1.7' and @testNumber='4'])">File belongs to class TC009</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.2.4' and @testNumber='3'])">File belongs to class TC010</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.8' and @testNumber='3'])">File belongs to class TC010</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.8' and @testNumber='3'])">File belongs to class TC010</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.2.4' and @testNumber='1'])">File belongs to class TC011</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.2.4' and @testNumber='2'])">File belongs to class TC011</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.8' and @testNumber='1'])">File belongs to class TC011</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.8' and @testNumber='2'])">File belongs to class TC011</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.8' and @testNumber='1'])">File belongs to class TC011</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.8' and @testNumber='2'])">File belongs to class TC011</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.1.13' and @testNumber='1'])">File belongs to class TC012</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.4'])">File belongs to class TC014</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.2.6' and @testNumber='1'])">File belongs to class TC015</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.9' and @testNumber='2'])">File belongs to class TC015</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.9' and @testNumber='2'])">File belongs to class TC015</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.1.11' and @testNumber='1'])">File belongs to class TC016</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.8' and @testNumber='1'])">File belongs to class TC017</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.8' and @testNumber='1'])">File belongs to class TC017</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.2.5' and @testNumber='1'])">File belongs to class TC018</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.9' and @testNumber='1'])">File belongs to class TC018</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.9' and @testNumber='1'])">File belongs to class TC018</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.6.2' and @testNumber='1'])">File belongs to class TC019</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.6.2' and @testNumber='2'])">File belongs to class TC019</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.4.1' and @testNumber='1'])">File belongs to class TC019</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.4.1' and @testNumber='2'])">File belongs to class TC019</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.4.1' and @testNumber='1'])">File belongs to class TC019</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.4.1' and @testNumber='2'])">File belongs to class TC019</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.4.2' and @testNumber='1'])">File belongs to class TC020</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.4.2' and @testNumber='1'])">File belongs to class TC020</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Launch')">File belongs to class TC021</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Sound')">File belongs to class TC022</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Movie')">File belongs to class TC023</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Hide')">File belongs to class TC024</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'ResetForm')">File belongs to class TC025</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'ImportData')">File belongs to class TC026</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'JavaScript')">File belongs to class TC006</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'set-state')">File belongs to class TC028</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'no-op')">File belongs to class TC029</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'SetOCGState')">File belongs to class TC030</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Rendition')">File belongs to class TC006</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'Trans')">File belongs to class TC032</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(featuresReport/actions/action/@type = 'GoTo3DView')">File belongs to class TC033</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.6.1' and @testNumber='2'])">File belongs to class TC034</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.5.1' and @testNumber='2'])">File belongs to class TC034</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.5.1' and @testNumber='2'])">File belongs to class TC034</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@clause='6.1.3' and @testNumber='2'])">File belongs to class TC035</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.1.12' and @testNumber='3'])">File belongs to class TC036</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.1.12' and @testNumber='3'])">File belongs to class TC036</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.2.11.8' and @testNumber='1'])">File belongs to class TC037</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.2.11.8' and @testNumber='1'])">File belongs to class TC037</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-1:2005' and @clause='6.1.2' and @testNumber='1'])">File belongs to class TC038</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt"> | ||
<sch:pattern> | ||
<sch:rule context="/report/jobs/job"> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-2:2011' and @clause='6.1.2' and @testNumber='1'])">File belongs to class TC039</sch:assert> | ||
<sch:assert test="not(validationReport/details/rule[@specification='ISO 19005-3:2012' and @clause='6.1.2' and @testNumber='1'])">File belongs to class TC039</sch:assert> | ||
</sch:rule> | ||
</sch:pattern> | ||
</sch:schema> |
Oops, something went wrong.