o:Prohibition

Complex Type Information

Model

o:asset+ , o:action , o:constraint* , o:party* , ANY element from ANY namespace OTHER than 'http://www.w3.org/ns/odrl/2/'

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
idref xs:IDREF optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/odrl/2/'

Used By

Element o:prohibition

Source

<xs:complexType name="Prohibition">
  <xs:sequence>
    <xs:element ref="o:asset" maxOccurs="unbounded"/>
    <xs:element ref="o:action"/>
    <xs:element ref="o:constraint" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="o:party" minOccurs="0" maxOccurs="unbounded"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="o:idAttributes"/>
</xs:complexType>