Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element strongType / 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 strongType / 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 strongType / 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 strongType / pre
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="pre" type="xsd:string"/>
Complex Type strongType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile21.tmp#id13 infomlFile21.tmp#id22 infomlFile21.tmp#id24 infomlFile21.tmp#id31
Properties
mixed: true
Used by
Model em | code | a | pre
Children a, code, em, pre
Source
<xsd:complexType name="strongType" mixed="true">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="em" type="emType"/>
    <xsd:element name="code" type="codeType"/>
    <xsd:element name="a" type="aType"/>
    <xsd:element name="pre" type="xsd:string"/>
  </xsd:choice>
</xsd:complexType>