OASIS eXtensible Access Control Markup Language (XACML) TC

 View Only
  • 1.  id attributes proposal

    Posted 04-24-2003 13:52
     MHonArc v2.4.5 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    xacml message

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


    Subject: 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]