mpeg7:UserPreferencesType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
allowAutomaticUpdate mpeg7:userChoiceType false optional
id ID optional
timeBase mpeg7:xPathRefType optional
timeUnit mpeg7:durationType optional

Used By

Source

<complexType name="UserPreferencesType">
  <complexContent>
    <extension base="mpeg7:DSType">
      <sequence>
        <element name="UserIdentifier" type="mpeg7:UserIdentifierType" minOccurs="0"/>
        <element name="FilteringAndSearchPreferences" type="mpeg7:FilteringAndSearchPreferencesType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="BrowsingPreferences" type="mpeg7:BrowsingPreferencesType" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="allowAutomaticUpdate" type="mpeg7:userChoiceType" use="optional" default="false"/>
    </extension>
  </complexContent>
</complexType>