On 27/1/08 7:35 AM, "James Holderness" <[EMAIL PROTECTED]> wrote:

>>     <category scheme="http://example.org/restriction/country/allow";
>>               term="au us" />
>>     <category scheme="http://example.org/restriction/country/deny";
>>               term="ca fr" />
> 
> I'm not sure these are a good fit for the category element. All the other
> examples make sense as category elements without the client knowing anything
> about the scheme.

also, are you (James) implying a space delimited semantic in the @terms?

is this:
    <category 
        scheme="http://example.org/restriction/country/allow";
        term="au us"
        />

the same as:
    <category 
        scheme="http://example.org/restriction/country/allow";
        term="us au"
        />

e.

Reply via email to