Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element richTextType / p
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
Type simpleRichTextType
Properties
content: complex
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<p>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</p>
Source
<xsd:element name="p" type="simpleRichTextType"/>
Element richTextType / quotation
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 infomlFile34.tmp#id42 infomlFile34.tmp#id41
Type simpleRichTextWithAuthorType
Type hierarchy
Properties
content: complex
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<quotation author="">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</quotation>
Attributes
QName Type Fixed Default Use Annotation
author nonnullTokenType optional
Source
<xsd:element name="quotation" type="simpleRichTextWithAuthorType"/>
Element richTextType / poem
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile3.tmp#id45 infomlFile3.tmp#id48 infomlFile3.tmp#id76 infomlFile3.tmp#id44
Type poemType
Properties
content: complex
Model title{0,1} , author+ , stanza+
Children author, stanza, title
Instance
<poem>
  <title>{0,1}</title>
  <author customRole="" role="">{1,unbounded}</author>
  <stanza>{1,unbounded}</stanza>
</poem>
Source
<xsd:element name="poem" type="poemType"/>
Element richTextType / table
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile48.tmp#id79 infomlFile48.tmp#id83 infomlFile48.tmp#id78
Type tableType
Properties
content: complex
Model caption{0,1} , tr+
Children caption, tr
Instance
<table>
  <caption align="">{0,1}</caption>
  <tr>{1,unbounded}</tr>
</table>
Source
<xsd:element name="table" type="tableType"/>
Complex Type richTextType
Namespace http://infoml.org/infomlFile
Annotations
A collection of text-related elements: paragraphs (simpleRichText
    enclosed in a p element) quotations (simpleRichText with author information, often
    formatted as being set apart from paragraphs of text), poems, and simple
tables.
Diagram
Diagram infomlFile17.tmp#id39 infomlFile17.tmp#id40 infomlFile17.tmp#id43 infomlFile17.tmp#id77
Used by
Model p | quotation | poem | table
Children p, poem, quotation, table
Source
<xsd:complexType name="richTextType">
  <xsd:annotation>
    <xsd:documentation>A collection of text-related elements: paragraphs (simpleRichText
                enclosed in a p element) quotations (simpleRichText with author information, often
                formatted as being set apart from paragraphs of text), poems, and simple
            tables.</xsd:documentation>
  </xsd:annotation>
  <xsd:choice maxOccurs="unbounded">
    <xsd:element name="p" type="simpleRichTextType"/>
    <xsd:element name="quotation" type="simpleRichTextWithAuthorType"/>
    <xsd:element name="poem" type="poemType"/>
    <xsd:element name="table" type="tableType"/>
  </xsd:choice>
</xsd:complexType>