RNG users, Good news is that another ISO/IEC standard, ISO/IEC-15909, uses RELAX NG. Bad news is that they are annoyed by the ID/IDREF issue. Cheers, Makoto ...
I'm converting an RNG schema to RNC using trang-20081028. There are a few RNG files, and a modules/ directory containing others. The top-level RNG files...
I have a rng file that is essentially a flat structure with all elements and attributes referencing named patterns ... e.g., <element name="element_name"> <ref...
apologies: the second example below is in error: an element definition was distributed because of a pattern merge. The first example is legit, however. I...
I have a definition that contains a set of attributes that I want to apply to a variety of other types. When applies to the other types I want to be able to...
Hi, I'm fairly new to RelaxNG, and so my apologies in advance if I'm missing something basic. Does the jing command line program take XML schema dataypes into...
One way to overcome the problem is to use <define> as children of <include>. <include href="common.atts.rng> <define name="foo">...</define> .... </include> ...
Unfortunately that does not help me too much as I have schemas that I import the common attributes into that make use of them more then once , with different...
Thanks George, It looks like rnv obeys the spirit of the spec "Note: Spaces are, in principle, allowed in the ·lexical space· of anyURI, however, their use...
Hi, I wondered if it's possible in RelaxNG schemas to enforce value constraints. For example: <foo id="12345" /> <bar references="12345" /> Can I somehow...
Andreas Sommer
AndiDog@...
Jul 6, 2009 1:35 pm
1065
... I see your requirement as a referential constraint, which is a particular kind of value constraint. ISO/IEC 19757-2 RELAX-NG supports simple value...
... I am not an expert of W3C XML Schema, but I have thought that you have to copy the content of the original and then modify it rather than describing...
On 7/8/09 11:18 AM, "MURATA Makoto (FAMILY Given)" ... You can just describe the differences on a restriction and on an extension you just add whatever else...
... I was a member of the W3C XML Schema WG. As far as derivation by restriction is concerned, I strongly believe that you have to write everything rather...
On 7/8/09 12:30 PM, "MURATA Makoto (FAMILY Given)" ... The example was completely off the top of my head not really trying to validate. While it is true that...
Hello, I'm evaluating the opportunity to use RelaxNG Compact to validate an existing XML format (which is not clearly defined...). Several months ago, I have...
... This is covered in the specification of ISO/IEC 19757-2:2003: 10.5 Restrictions on interleave In order to facilitate implementation, an element of a...
... OK, thank you but now, what if I need to add a required/optional contraint on a specific [ attribute name {"aname"}, attribute content { text with or...
... Thanks John, (I have never used schematron, so please forgive me is the following seems trivial:) Is this possible to embed schematron rules within rnc...
... RELAX NG Compact Syntax supports Annotations which are turned into foreign elements and attributes. The specification and I imagine the tutorial have some...
... Yes, it is possible, for example see example 5.4 in http://www.kosek.cz/xml/schema/sch.html#sch-rng (page is in Czech, but you can easily see how to mimics...
Jirka Kosek
jirka@...
Jul 20, 2009 8:43 pm
1077
I'm trying to use msv from within an ant script. From the command line I'm using java -jar relames.jar etc What is the main class please, to run it as a normal...
Hi, I am a post graduate student from institution of Computer Network and Communication in China. I have come accross some problems when using the RELAXER...
Hi Guys. I am seeking advice on this. Traditionally I used 'schemaLocation' to reference a w3c schema from my documents. I am porting my schema's to rng's...
... RELAX NG does not have any such standard mechanism. Its model of validation involves validating a user-specified document against a user-specified schema....
... I can only give a general answer, as I am not familiar with the details of RELAXER. However, data binding tools typically cannot handle the full...