<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> |