OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [relax-ng-comment] Problem parsing annotations in RELAX NG Compactsyntax


Hi

When I use Trang to convert the following schema from the RNC syntax to the RELAX NG XML syntax, I get an error:

datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes";
namespace a = "http://www.example.com/xml/annotation";

[a:extendsClass [ "com.example.uiapi.ClientBase" ]]
Client &= element firstName { xsd:string }
	& element lastName { xsd:string }
	& element dateOfBirth { xsd:string }

[a:extendsClass [ "com.example.uiapi.AddressBase" ] ]
Address &= element houseNameOrNumber { xsd:string  }
	& element street { xsd:string  }
	& element addressContinuation { xsd:string  }?
	& element city { xsd:string  }
	& element postCode { xsd:string  }

However, when I remove the annotation from the first pattern declaration, the conversion is fine.

I think the syntax is correct.

Can anyone help?

Thanks
Eric

Eric Middleton
Technical Consultant
Diagonal Solutions
Tel: 0113 220 8377
Fax: 0113 220 8378
www.diagonal-solutions.co.uk
eric.middleton@diagonal-solutions.co.uk

This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender. 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC