xacml:AttributesType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Category xs:anyURI required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.

Used By

Source

<xs:complexType name="AttributesType">
  <xs:sequence>
    <xs:element ref="xacml:Content" minOccurs="0"/>
    <xs:element ref="xacml:Attribute" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="Category" type="xs:anyURI" use="required"/>
  <xs:attribute ref="xml:id" use="optional"/>
</xs:complexType>