Used to specify the name (in multiple parts--e.g., title andsubtitle) of the entity that contains the associated content (e.g., book, movie,article, music album).
<xsd:complexType name="containerType"><xsd:annotation><xsd:documentation>Used to specify the name (in multiple parts--e.g., title and
subtitle) of the entity that contains the associated content (e.g., book, movie,
article, music album).</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="containerNamePart" type="simpleRichTextWithSeparatorType" maxOccurs="unbounded"/><!-- date: multiple dates may be associated with a given container;
use the role attribute to describe the value of this element--><xsd:element name="date" type="dateWithRoleType" minOccurs="0" maxOccurs="unbounded"/><!-- nameAppendedText: used to cover various miscellaneous
situations that require unstyled text to be appended--><xsd:element name="nameAppendedText" type="simpleRichTextWithSeparatorType" minOccurs="0"/></xsd:sequence><xsd:attribute name="category" use="optional"/></xsd:complexType>