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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml message

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


Subject: RE: [xacml] Text on multi-valued attributes in draft-4


Rebekah - Look for resolution of these in WD 05.  I have not tackled your
question in para 3, below.  The XACML status detail element is modeled on
the SAML equivalent.  If you want to propose a change to the definition, I
think it should be raised as a an XACML v2.0 issue.  All the best.  Tim.

-----Original Message-----
From: Rebekah Lepro [mailto:rlepro@arc.nasa.gov] 
Sent: Thursday, January 08, 2004 12:02 PM
To: xacml
Subject: [xacml] Text on multi-valued attributes in draft-4


As I mentioned in yesterday's email, I've been attempting to review the use
of Attribute in the current specification with a fine-tooth comb - hence
some of my questions from yesterday.  After the call this morning, I thought
it would be beneficial to post some comments on current text changes (with
line numbers from oasis-xacml-2_0-core-spec-wd-04.pdf) that I've
accumulated.


For clarity on lines 2021-2024, I'd suggest placing meta-data first as well
as inserting 'one or more': "The <Attribute> element is the central
abstraction of the request context. It contains attribute meta-data and one
or more attribute values..."

2196-2201:  Why is there no  sequence of xacml-context:Attribute elements
that are defined as elements in StatusDetailType?  Also, if any
AttributeValues are listed, is that listing considered complete or simply a
subset the PDP chooses to return

Line 2443:  AttributeValue is not a URI, but the way the section on
extensibility reads, it seems as though it should be.

Finally,

I didn't see text that outlines that
<Attribute attributeid="XX" datatype="YY">
<AttributeValue>1</AttributeValue>
<AttributeValue>2</AttributeValue>
</Attribute> 
is a syntactic shortcut for representing:
<Attribute attributeid="XX" datatype="YY">
<AttributeValue>1</AttributeValue>
</Attribute>
<Attribute attributeid="XX" datatype="YY">
<AttributeValue>2</AttributeValue>
</Attribute> with



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