Used to encapsulate one piece of content with all the knowninformation about it, including (optionally) agent and location information for eachcontainer associated with the content.
<xsd:complexType name="contentAgentContainerLocationType"><xsd:annotation><xsd:documentation>Used to encapsulate one piece of content with all the known
information about it, including (optionally) agent and location information for each
container associated with the content.</xsd:documentation></xsd:annotation><xsd:sequence><!-- title: an InfoML-standard property, usually a short human-readable text
string that serves as the title for the infocard's content (and/or pointers)--><xsd:element name="title" type="simpleRichTextType" minOccurs="0"/><xsd:element name="content" type="richTextWithExactType" minOccurs="0"/><xsd:element name="pointers" type="extendedPointersType" minOccurs="0"/><!-- contentFragments: an optional user-created subset of the icard's contents;
used as a "reminder" substitute for full contents when space is limited --><xsd:element name="contentFragments" minOccurs="0" type="multipleLinesType"/><xsd:element name="notes1" type="richTextType" minOccurs="0"/><xsd:element name="notes2" type="richTextType" minOccurs="0"/><xsd:choice minOccurs="0"><xsd:element name="source" type="agentContainerLocationType"/><xsd:element name="extendedSource" type="extendedSourceType"/></xsd:choice><xsd:element name="referenceAppendedText" minOccurs="0" type="richTextType"/><xsd:element name="userCreatedCitation" minOccurs="0" type="richTextType"/></xsd:sequence></xsd:complexType>