RE: FW: Jing & Trang errors when processing RNC gr ammar

"Hutchison, Ben" <[email protected]> Wed, 28 Apr 2004 09:54:25 +1000
Newsgroups gmane.text.xml.relaxng.general
Message-ID <C321DD3E9458D5118BB90008C786C7F9106B80CB@cw-exg-srv01.pacificaccess.com.au>
Thank you Makoto. 

Do you know what the error message I received means (in terms of syntax)?

-----Original Message-----
From: MURATA Makoto (FAMILY Given) [mailto:[email protected]]
Sent: Wednesday, 28 April 2004 9:48:am
To: Hutchison, Ben
Cc: '[email protected]'
Subject: Re: [relaxng-user] FW: Jing & Trang errors when processing RNC
grammar


This works.

Cheers,

Makoto

----------------------------------------------------------------------------
---------
namespace rng = "http://relaxng.org/ns/structure/1.0"
datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"

start = element ConfigRoot  { ConfigGroup* } 

NamedElementAttributes = 
   attribute name { text } | 
   attribute platform { text }? 

StringValue = element StringValue { xsd:string } 
IntValue = element IntValue { xsd:integer } 
FloatValue = element FloatValue { xsd:float } 
BooleanValue = element BooleanValue { xsd:boolean } 
PrimitiveValue = (StringValue | IntValue | FloatValue | BooleanValue) 

Map = element Map { (MapEntry)* } 
MapEntry = element MapEntry { PrimitiveValue } 
Array = element Array { (PrimitiveValue)* } 

ConfigValue =  ( PrimitiveValue | Map | Array ) | NamedElementAttributes 

ConfigGroupEntry = (ConfigGroup |  ConfigValue) 

ConfigGroup =  element ConfigGroup { 
   ConfigGroupEntry* 
} 
-- 
MURATA Makoto (FAMILY Given) <[email protected]>


www.sensis.com.au

A leading Australian advertising, information 
and directories business. 

www.yellowpages.com.au
www.whitepages.com.au
www.citysearch.com.au
www.whereis.com.au
www.telstra.com.au

This email and any attachments are intended only for the use of the recipient and may be confidential and/or legally privileged.
Sensis Pty Ltd disclaims liability for any errors, omissions, viruses, loss and/or damage arising from using, opening or transmitting this email.
If you are not the intended recipient you must not use, interfere with, disclose, copy or retain this email and you should notify the sender immediately by return email or by contacting Sensis Pty Ltd by telephone on [+61 3 9201 4888]

_______________________________________________
relaxng-user mailing list
[email protected]
http://relaxng.org/mailman/listinfo/relaxng-user