Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element simpleRichTextType / em
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile5.tmp#id10 infomlFile5.tmp#id11 infomlFile5.tmp#id14 infomlFile5.tmp#id17 infomlFile5.tmp#id20 infomlFile5.tmp#id9
Type emType
Properties
content: complex
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<em>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</em>
Source
<xsd:element name="em" type="emType"/>
Element simpleRichTextType / strong
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile21.tmp#id13 infomlFile21.tmp#id22 infomlFile21.tmp#id24 infomlFile21.tmp#id31 infomlFile21.tmp#id12
Type strongType
Properties
content: complex
mixed: true
Model em | code | a | pre
Children a, code, em, pre
Instance
<strong>
  <em>{1,1}</em>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</strong>
Source
<xsd:element name="strong" type="strongType"/>
Element simpleRichTextType / code
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile26.tmp#id16 infomlFile26.tmp#id23 infomlFile26.tmp#id26 infomlFile26.tmp#id30 infomlFile26.tmp#id15
Type codeType
Properties
content: complex
mixed: true
Model em | strong | a | pre
Children a, em, pre, strong
Instance
<code>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</code>
Source
<xsd:element name="code" type="codeType"/>
Element simpleRichTextType / a
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile13.tmp#id28 infomlFile13.tmp#id19 infomlFile13.tmp#id21 infomlFile13.tmp#id25 infomlFile13.tmp#id27 infomlFile13.tmp#id18
Type aType
Properties
content: complex
mixed: true
Model em | strong | code | pre
Children code, em, pre, strong
Instance
<a href="">
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <pre>{1,1}</pre>
</a>
Attributes
QName Type Fixed Default Use Annotation
href nonnullTokenType optional
Source
<xsd:element name="a" type="aType"/>
Element simpleRichTextType / pre
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="pre" type="xsd:string"/>
Complex Type simpleRichTextType
Namespace http://infoml.org/infomlFile
Annotations
Text that can contain the following styles: em (usually represented
as italics), strong (bold), code (monospace font), a (hyperlink), and pre
(preformatted, including multiple contiguous spaces and tab characters). Styles can
be nested within each other. This text is assumed to be in a single paragraph (i.e.,
containing no p elements).
Diagram
Diagram infomlFile9.tmp#id8 infomlFile9.tmp#id32 infomlFile9.tmp#id33 infomlFile9.tmp#id34 infomlFile9.tmp#id35
Properties
mixed: true
Used by
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Source
<xsd:complexType name="simpleRichTextType" mixed="true">
  <xsd:annotation>
    <xsd:documentation>Text that can contain the following styles: em (usually represented
                as italics), strong (bold), code (monospace font), a (hyperlink), and pre
                (preformatted, including multiple contiguous spaces and tab characters). Styles can
                be nested within each other. This text is assumed to be in a single paragraph (i.e.,
                containing no p elements).</xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="0">
    <xsd:element name="em" type="emType"/>
    <xsd:element name="strong" type="strongType"/>
    <xsd:element name="code" type="codeType"/>
    <xsd:element name="a" type="aType"/>
    <xsd:element name="pre" type="xsd:string"/>
  </xsd:choice>
</xsd:complexType>