schematron-nokogiri 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/schematron-nokogiri.rb +3 -3
- data/schematron-nokogiri.gemspec +1 -1
- data/spec/instances/ubl/ubl_simple_invoicing.xml +317 -0
- data/spec/schema/open_peppol/SI-UBL-INV-1.1.1rc2.xsl +15921 -0
- data/spec/schema/open_peppol/SI-UBL-INV-1.1.xsl +15921 -0
- data/spec/schema/open_peppol/SI-UBL-INV-STRICT.SCH +86 -0
- data/spec/schema/open_peppol/SI-UBL-INV.SCH +88 -0
- data/spec/schema/open_peppol/convert/iso_abstract_expand.xsl +297 -0
- data/spec/schema/open_peppol/convert/iso_dsdl_include.xsl +1509 -0
- data/spec/schema/open_peppol/convert/iso_schematron_message.xsl +55 -0
- data/spec/schema/open_peppol/convert/iso_schematron_skeleton_for_xslt1.xsl +1844 -0
- data/spec/schema/open_peppol/convert/iso_svrl_for_xslt1.xsl +605 -0
- data/spec/schema/open_peppol/general/SI-UBL-GENERAL.SCH +10 -0
- data/spec/schema/open_peppol/lib/saxon.jar +0 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-CRE-100.SCH +459 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-CRE-100.XSL +1298 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-INV-100.SCH +531 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-INV-100.XSL +1457 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-INV-V10-FATAL.SCH +45 -0
- data/spec/schema/open_peppol/v1.0/SI-UBL-INV-V10-WARNING.SCH +467 -0
- data/spec/schema/open_peppol/v1.0/biicore/abstract/BIICORE-T10.sch +433 -0
- data/spec/schema/open_peppol/v1.0/biicore/ubl/BIICORE-UBL-T10.sch +425 -0
- data/spec/schema/open_peppol/v1.0/biiprofiles/UBL/BIIPROFILES-UBL-T10.sch +14 -0
- data/spec/schema/open_peppol/v1.0/biiprofiles/abstract/BIIPROFILES-T10.sch +16 -0
- data/spec/schema/open_peppol/v1.0/biirules/UBL/BIIRULES-UBL-T10.sch +70 -0
- data/spec/schema/open_peppol/v1.0/biirules/abstract/BIIRULES-T10.sch +91 -0
- data/spec/schema/open_peppol/v1.0/biirules/codelist/BIIRULESCodesT10.sch +47 -0
- data/spec/schema/open_peppol/v1.0/eugen/UBL/EUGEN-UBL-T10.sch +45 -0
- data/spec/schema/open_peppol/v1.0/eugen/abstract/EUGEN-T10.sch +57 -0
- data/spec/schema/open_peppol/v1.0/eugen/codelist/EUGENCodesT10.sch +47 -0
- data/spec/schema/open_peppol/v1.1/BII/BIICORE-UBL-T10-V1.0.sch +6879 -0
- data/spec/schema/open_peppol/v1.1/BII/BIIRULES-UBL-T10.sch +28 -0
- data/spec/schema/open_peppol/v1.1/BII/BIIRULES-UBL-T10.xsl +1186 -0
- data/spec/schema/open_peppol/v1.1/BII/UBL/BIIRULES-UBL-T10.sch +80 -0
- data/spec/schema/open_peppol/v1.1/BII/abstract/BIIRULES-T10.sch +78 -0
- data/spec/schema/open_peppol/v1.1/BII/codelist/BIIRULESCodesT10-UBL.sch +55 -0
- data/spec/schema/open_peppol/v1.1/BII/convert.bat +7 -0
- data/spec/schema/open_peppol/v1.1/PEPPOL/OPENPEPPOL-UBL-T10.sch +28 -0
- data/spec/schema/open_peppol/v1.1/PEPPOL/UBL/OPENPEPPOL-UBL-T10.sch +62 -0
- data/spec/schema/open_peppol/v1.1/PEPPOL/abstract/OPENPEPPOL-T10.sch +82 -0
- data/spec/schema/open_peppol/v1.1/PEPPOL/codelist/OPENPEPPOLCodesT10-UBL.sch +47 -0
- data/spec/schema/open_peppol/v1.1/SI-UBL-INV-V11-Codes.SCH +24 -0
- data/spec/schema/open_peppol/v1.1/SI-UBL-INV-V11-FATAL.SCH +103 -0
- data/spec/schema/open_peppol/v1.1/SI-UBL-INV-V11-WARNING.SCH +498 -0
- data/spec/schema/open_peppol/v1.1/V1.1-Check.sch +3 -0
- data/spec/schema_spec.rb +12 -0
- metadata +45 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.