<xs:element name="userInteraction">
<xs:annotation>
<xs:documentation>Reflects a specific kind of user interaction with the content of this item.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="interactions" type="xs:nonNegativeInteger" use="required">
<xs:annotation>
<xs:documentation>The count of executed interactions.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="interactiontype" type="QCodeType">
<xs:annotation>
<xs:documentation>The type of interaction which is reflected by this property - expressed by a QCode / either the interactiontype or the interactiontype uri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="interactiontypeuri" type="IRIType">
<xs:annotation>
<xs:documentation>The type of interaction which is reflected by this property - expressed by a URI / either the interactiontype or the interactiontype uri attribute MUST be used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|