<xsd:complexType name="agentContainerLocationType"><xsd:annotation><xsd:documentation>Describes a specific container, a location within that container, and
agents (author, editor, etc.) associated with the container.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="agent" type="agentType" minOccurs="0" maxOccurs="unbounded"/><xsd:element name="container" type="containerType" minOccurs="0"/><xsd:element name="location" type="locationType" minOccurs="0"/><!-- enclosingSource: Used to document a larger container that
contains the content. For example, if the content is from an article
within a book, use enclosingSource to document the book. --><xsd:element name="enclosingSource" type="enclosingSourceType" minOccurs="0"/></xsd:sequence><xsd:attribute name="category" use="optional"/></xsd:complexType>