| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| dataType | o:URIQnameQcode | optional | ||||
| id | xs:ID | optional | ||||
| idref | xs:IDREF | optional | ||||
| name | o:URIQnameQcode | optional | ||||
| operator | o:URIQnameQcode | optional | ||||
| rightOperand | o:listOfValues | optional | ||||
| status | xs:string | optional | ||||
| unit | o:URIQnameQcode | optional | ||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/odrl/2/' | ||||||
| Element | o:constraint |
<xs:complexType name="Constraint"> <xs:attribute name="name" type="o:URIQnameQcode"/> <!--Required Attribute--> <xs:attribute name="operator" type="o:URIQnameQcode"/> <!--Required Attribute--> <xs:attribute name="rightOperand" type="o:listOfValues"/> <!--Required Attribute--> <xs:attribute name="dataType" type="o:URIQnameQcode"/> <xs:attribute name="unit" type="o:URIQnameQcode"/> <xs:attribute name="status" type="xs:string"/> <xs:attributeGroup ref="o:idAttributes"/> </xs:complexType> |