GeekArticles
XML
Core XMLACORD, XSD and Schematron
Author: oreillynet.com |
Published: 16th Oct 2007 |
Visited: 139 times |
Add CommentFiled in: Core XMLI've just started looking into the ACORD schemas. These are the standards of choice in the English-speaking insurance world, from what I can gather (oops I am being too coy), and are quite meaty and mature now: the documentation runs...
Read Article Sponsored Links
Related Articles
• The Spirit of Schematron in TDD Test Driven Development is a relatively popular methodology nowadays and I think XML tools can play crucial aspect in better testing. Testing frameworks are more than capable of using and testing XML based applications, but just in case you hav ...
• The Spirit of Schematron in TDD Test Driven Development is a relatively popular methodology nowadays and I think XML tools can play crucial aspect in better testing. Testing frameworks are more than capable of using and testing XML based applications, but just in case you hav ...
• Converting XML Schemas to Schematron (#9): Friendlier schemas We can improve on the diagnostics given by the rules in the previous article in this series, Progressive validation for complex content models. Diagnosing Similar Names One of the most common typos is simply to make a mistake in upper-case/lower-case ...
• Converting Schematron to XML Schemas Noah Mendelsohn on XML-DEV got me thinking again about the obvious dual of the recent blogs here: how to convert Schematron into XSD. Putting aside the natural question of why we might want to do this, here's my stab a ...
• Converting XML Schemas to Schematron (#6): Validating IDREFs There are three rules concerning documents with xs:ID and xs:IDREF. First, they must contain token values, that accord with the XML naming conventions. We check this already as part of the simple type checking. (The empty string is not allowed. ...