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