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] | [Elist Home]


Subject: RE: [xacml] schema v16a


Simon - The reason for avoiding this approach was that the xml attributes that go with the MatchType in the ...
 
        <xs:sequence>
            <xs:element ref="xacml:AttributeDesignator"/>
            </xs:element ref="xacml:AttributeValue"/>
        </xs:sequence>
 
part of the choice are not required for the ...
 
        <xs:element ref="AnyMatch"/>
 
part of the choice.  So, the part of the choice that requires attributes would need another element definition and another tag.  I am happy to explore the options and implications.  All the best.  Tim.

-----------------------------------------
Tim Moses
Tel: 613.270.3183

 
-----Original Message-----
From: Simon Godik [mailto:simon@godik.com]
Sent: Thursday, July 25, 2002 7:39 PM
To: xacml@lists.oasis-open.org
Subject: [xacml] schema v16a

xacml:MatchType.
 
Schema v16a defines <AllSubjects>, <AllResources>, <AllActions> elements.
I was under impression that we agreed to modify xacml:MatchIdType instead.
 
Suggested schema:
 
<xs:complexType name="MatchType">
    <xs:choice>
        <xs:element ref="AnyMatch"/>
        <xs:sequence>
            <xs:element ref="xacml:AttributeDesignator"/>
            </xs:element ref="xacml:AttributeValue"/>
        </xs:sequence>
    </xs:choice>
</xs:complexType>
 
<xs:element name="AnyMatch"/>
 
Simon
 


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


Powered by eList eXpress LLC