Showing:

Diagrams
Instances
Properties
Source
Element richTextFragmentsType / fragment
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
maxOccurs: unbounded
mixed: true
Model em | strong | code | a | pre
Children a, code, em, pre, strong
Instance
<fragment>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</fragment>
Source
<xsd:element name="fragment" type="simpleRichTextType" maxOccurs="unbounded"/>
Complex Type richTextFragmentsType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile42.tmp#id213
Model fragment+
Children fragment
Source
<xsd:complexType name="richTextFragmentsType">
  <xsd:sequence>
    <xsd:element name="fragment" type="simpleRichTextType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>