Showing:

Diagrams
Instances
Properties
Source
Used by
Element multipleLinesType / line
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
<line>
  <em>{1,1}</em>
  <strong>{1,1}</strong>
  <code>{1,1}</code>
  <a href="">{1,1}</a>
  <pre>{1,1}</pre>
</line>
Source
<xsd:element name="line" type="simpleRichTextType" maxOccurs="unbounded"/>
Complex Type multipleLinesType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile24.tmp#id47
Used by
Model line+
Children line
Source
<xsd:complexType name="multipleLinesType">
  <xsd:sequence>
    <xsd:element name="line" type="simpleRichTextType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>