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...
Thanks for your reply John. I expected you might say something like that. I did not know about the upcoming (perhaps not anytime) soon DSDL part 11, will...
... Well, that works in the sense that your NVDL schema now points to your RNG schema. But your document still does not point to your NVDL schema! If you have...
Note aso that xsi:schemaLocation and xsi:noNamespaceSchemaLocation are hints, and even an XML Schema aware XML application is not required to obey them. In...
... Quite so. And if you are validating your output document (something more applications should do), then you know what schema it's supposed to satisfy and...
Hi Ross, As there is not a standard way to specify a document to Relax NG schema associations different applications took different approaches. These fall...
Hi Guys. Thanks to you all for your advice. It is interesting to read people's thoughts on this. For now I will used a convention based approach, using my...
... But that is not at all conventional and it is certainly not "correct". ... Then I suppose you can go ahead and satisfy your requirements. But please don't...
... I think your reply is over-hasty, Ken. He didn't say it was conventional, he said it was a convention, and it is -- his private convention. That said,...
... Forgive me, you are correct. I can see now how my wording seems too strong. I meant no disrespect to your own conventions Ross. ... Hey, thanks, I'll use...
Hi, I uploaded new builds for Jing and Trang, version 20090818 http://code.google.com/p/jing-trang/downloads/list This version contains all the changes I made...