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: [xacml] [CR] Schema change of Defaults element


I propose to change the XPathVersion element and to add a new
"XPathNamespace" element as follows:

(1) Schema change request
<xs:element name="XPathVersion" type="xs:string" substitutionGroup
="xacml:AbstractDefaults"/>
==>
<xs:element name="XPathVersion" type="xs:anyURI" substitutionGroup
="xacml:AbstractDefaults"/>

(2) Schema addition request
<xs:element name="XPathNamespace" type="xacml:XPathNamespaceType"
substitutionGroup="xacml:AbstractDefaults"/>
<xs:complexType name="XPathNamespaceType">
  <xs:attribute name="NamespaceURI" type="xs:anyURI"/>
  <xs:attribute name="Prefix" type="xs:QName"/>
</xs:complexType>

(3) Text change request
In Section 5.3, Element <PolicySetDefaults>, line 1487-1489,

<AbstrractDefaults>[Any Number]

This is the head of substitution group to specify default parameters. The
elements in this substitution group defined at this time are <XPathVersion>
element and <XPathNamespace> element.

Michiharu Kudo

IBM Tokyo Research Laboratory, Internet Technology
Tel. +81 (46) 215-4642   Fax +81 (46) 273-7428






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


Powered by eList eXpress LLC