QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
AttributeId | xs:anyURI | required | ||||
Category | xs:anyURI | optional | ||||
Issuer | xs:string | optional |
<xs:complexType name="AttributeAssignmentExpressionType"> <xs:sequence> <xs:element ref="xacml:Expression"/> </xs:sequence> <xs:attribute name="AttributeId" type="xs:anyURI" use="required"/> <xs:attribute name="Category" type="xs:anyURI" use="optional"/> <xs:attribute name="Issuer" type="xs:string" use="optional"/> </xs:complexType> |