Next in thread → Next in month →

Re: [search-ws] use XML Schema language for response description

From
Ray Denenberg, Library of Congress <>
Date
2008-04-22T19:25:48+00:00
ID
177001c8a4ae$a4b3f120$
Thread
Re: [search-ws] use XML Schema language for response description
From: LeVan,Ralph
>no mapping from the abstract concept to the actual  element.

Yes, you can add attributes from other namespaces to xml schema language,
for example
<xs:element name="numberOfRecords"  sws:abstractName=numberOfItems"
minOccurs="1" maxOccurs="1" > type="xs:positiveInteger"/>

In the above line I added  sws:abstractName=numberOfItems",  I wrote a
little schema that defines sws:abstractName, and it validates fine.

>There's no path for getting to the element.
 XML schema handles structure  fine. That's what it's good at.


--Ray
Next in thread → Next in month →