xacml:MatchType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
MatchId xs:anyURI required

Used By

Element xacml:Match

Source

<xs:complexType name="MatchType">
  <xs:sequence>
    <xs:element ref="xacml:AttributeValue"/>
    <xs:choice>
      <xs:element ref="xacml:AttributeDesignator"/>
      <xs:element ref="xacml:AttributeSelector"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="MatchId" type="xs:anyURI" use="required"/>
</xs:complexType>