<xs:complexType name="MediaEntertainPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Media and entertainment information preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for media or entertainment.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|