← Prev in month ← Prev in thread
Next in thread → Next in month →

RE: [xml-dev] schema validate key uniqueness attribute (name) ofelements

From
Priscilla Walmsley <>
To
'Pedro Salazar' <>
Date
2004-02-20T17:30:56Z
Thread
RE: [xml-dev] schema validate key uniqueness attribute (name) ofelements
Ah, you need to add the med: prefix in your XPath, so it should be 

med:serviceImport|med:serviceExport

Priscilla
-----------------------------------------------------
Priscilla Walmsley             
Author, Definitive XML Schema     (Prentice Hall PTR)
-----------------------------------------------------  

> -----Original Message-----
> From: Pedro Salazar [mailto:] 
> Sent: Friday, February 20, 2004 12:21 PM
> To: Priscilla Walmsley
> Cc: 'XML DEV'
> Subject: RE: [xml-dev] schema validate key uniqueness 
> attribute (name) ofelements
> 
> On Fri, 2004-02-20 at 17:02, Priscilla Walmsley wrote:
> >
> > I think you want serviceImport|serviceExport instead of
> > serviceImport/serviceExport in your path.  
> > 
> > The "|" operator means "serviceImport or serviceExport", 
> while the slash
> > means that it is looking for a serviceExport child of serviceImport.
> > 
> > Priscilla
> 
> I fixed that but the validation is still OK (not detecting 
> the repeating
> data on the name attribute -> key) on XERCES2 (parser) and Oxygen
> (tool).
> 
> However, do you agree the right definition of the schema to 
> validate my
> purpose? 
> 
> thanks,
> Pedro Salazar.
> -- 
> -PS
> 
>
← Prev in month ← Prev in thread
Next in thread → Next in month →