[relaxng-user] FW: Jing & Trang errors when processing RNC gr
ammar
Hutchison, Ben
Ben.Hutchison at sensis.com.au
Wed Apr 28 09:54:25 ICT 2004
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:EB2M-MRT at asahi-net.or.jp]
Sent: Wednesday, 28 April 2004 9:48:am
To: Hutchison, Ben
Cc: 'relaxng-user at relaxng.org'
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) <EB2M-MRT at asahi-net.or.jp>
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://relaxng.org/pipermail/relaxng-user/attachments/20040428/99cccea3/attachment-0001.htm
More information about the relaxng-user
mailing list