Showing:

Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element aType / 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 aType / 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 aType / 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 aType / pre
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="pre" type="xsd:string"/>
Complex Type aType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile13.tmp#id28 infomlFile13.tmp#id19 infomlFile13.tmp#id21 infomlFile13.tmp#id25 infomlFile13.tmp#id27
Properties
mixed: true
Used by
Model em | strong | code | pre
Children code, em, pre, strong
Attributes
QName Type Fixed Default Use Annotation
href nonnullTokenType optional
Source
<xsd:complexType name="aType" mixed="true">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="em" type="emType"/>
    <xsd:element name="strong" type="strongType"/>
    <xsd:element name="code" type="codeType"/>
    <xsd:element name="pre" type="xsd:string"/>
  </xsd:choice>
  <xsd:attribute name="href" type="nonnullTokenType" use="optional"/>
</xsd:complexType>
Attribute aType / @href
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Complex Type aType
Source
<xsd:attribute name="href" type="nonnullTokenType" use="optional"/>