| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| function | o:URIQnameQcode | optional | ||||
| id | xs:ID | optional | ||||
| idref | xs:IDREF | optional | ||||
| scope | o:URIQnameQcode | optional | ||||
| uid | o:URIQnameQcode | optional | ||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/odrl/2/' | ||||||
| Element | o:party |
<xs:complexType name="Party"> <xs:attribute name="uid" type="o:URIQnameQcode"/> <!--Required Attribute--> <xs:attribute name="function" type="o:URIQnameQcode"/> <!--Required Attribute--> <xs:attribute name="scope" type="o:URIQnameQcode"/> <xs:attributeGroup ref="o:idAttributes"/> </xs:complexType> |