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] id attributes proposal



Whan does id="true" mean?

Satoshi Hada
IBM Tokyo Research Laboratory
mailto:satoshih@jp.ibm.com



"Simon Godik" <simon.godik@overxeer.com>

2003/04/24 22:59

       
        To:        <xacml@lists.oasis-open.org>
        cc:        
        Subject:        [xacml] id attributes proposal

       


Id attribute proposal:
PolicySet:
<xs:complexType name="PolicySetType">
....
<xs:attribute name="PolicySetId" type="xs:anyURI" use="required" id="true"/>
</xs:complexType>
 
Policy:
<xs:complexType name="PolicyType">
...
<xs:attribute name="PolicyId" type="xs:anyURI" use="required" id="true"/>
</xs:complexType>
 
Rule:
<xs:complexType name="RuleType">
...
<xs:attribute name="RuleId" type="xs:anyURI", use="required" id="true"/>
</xs:complexType>

 
Simon
 


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