QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
AttributeId | xs:anyURI | required | ||||
Category | xs:anyURI | optional | ||||
DataType | xs:anyURI | required | ||||
Issuer | xs:string | optional | ||||
Wildcard: ANY attribute from ANY namespace |
Element | xacml:AttributeAssignment |
<xs:complexType name="AttributeAssignmentType" mixed="true"> <xs:complexContent mixed="true"> <xs:extension base="xacml:AttributeValueType"> <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:extension> </xs:complexContent> </xs:complexType> |