Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element containerType / containerNamePart
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35 infomlFile9.tmp#id7 infomlFile37.tmp#id60 infomlFile37.tmp#id59
Type simpleRichTextWithSeparatorType
Type hierarchy
Properties
content: complex
maxOccurs: unbounded
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<containerNamePart preSeparator="">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</containerNamePart>
Attributes
QName Type Fixed Default Use Annotation
preSeparator nonnullTokenType optional
Source
<xsd:element name="containerNamePart" type="simpleRichTextWithSeparatorType" maxOccurs="unbounded"/>
Element containerType / date
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile40.tmp#id119 infomlFile44.tmp#id120 infomlFile44.tmp#id118
Type dateWithRoleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
role nonnullTokenType required
Source
<xsd:element name="date" type="dateWithRoleType" minOccurs="0" maxOccurs="unbounded"/>
Element containerType / nameAppendedText
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35 infomlFile9.tmp#id7 infomlFile37.tmp#id60 infomlFile37.tmp#id59
Type simpleRichTextWithSeparatorType
Type hierarchy
Properties
content: complex
minOccurs: 0
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<nameAppendedText preSeparator="">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</nameAppendedText>
Attributes
QName Type Fixed Default Use Annotation
preSeparator nonnullTokenType optional
Source
<xsd:element name="nameAppendedText" type="simpleRichTextWithSeparatorType" minOccurs="0"/>
Complex Type containerType
Namespace http://infoml.org/infomlFile
Annotations
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).
Diagram
Diagram infomlFile28.tmp#id122 infomlFile28.tmp#id116 infomlFile28.tmp#id117 infomlFile28.tmp#id121
Used by
Model containerNamePart+ , date* , nameAppendedText{0,1}
Children containerNamePart, date, nameAppendedText
Attributes
QName Type Fixed Default Use Annotation
category optional
Source
<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>
Attribute containerType / @category
Namespace No namespace
Properties
use: optional
Used by
Complex Type containerType
Source
<xsd:attribute name="category" use="optional"/>