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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml-comment message

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


Subject: [xacml-comment] IIB008Policy.xml is invalid


IIB008Policy.xml is invalid because <ActionAttributeDesignator> should
appear before <AttributeValue>.
All XML files in the testcases should be validated before the publication.

INVALID:
<ActionMatch MatchId
="urn:oasis:names:tc:xacml:1.0:function:regexp-string-match">
  <AttributeValue DataType
="http://www.w3.org/2001/XMLSchema#string";>read|write</AttributeValue>
  <ActionAttributeDesignator AttributeId
="urn:oasis:names:tc:xacml:1.0:action:action-id"
                              DataType
="http://www.w3.org/2001/XMLSchema#string"/>
</ActionMatch>

VALID:
<ActionMatch MatchId
="urn:oasis:names:tc:xacml:1.0:function:regexp-string-match">
  <ActionAttributeDesignator AttributeId
="urn:oasis:names:tc:xacml:1.0:action:action-id"
                              DataType
="http://www.w3.org/2001/XMLSchema#string"/>
  <AttributeValue DataType
="http://www.w3.org/2001/XMLSchema#string";>read|write</AttributeValue>
</ActionMatch>

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




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


Powered by eList eXpress LLC