xacml:FunctionType

Complex Type Information

Model

Attributes

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

Used By

Element xacml:Function

Source

<xs:complexType name="FunctionType">
  <xs:complexContent>
    <xs:extension base="xacml:ExpressionType">
      <xs:attribute name="FunctionId" type="xs:anyURI" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>