Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element tableType / caption
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile25.tmp#id81 infomlFile25.tmp#id80
Type captionType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
align alignType optional
Source
<xsd:element name="caption" type="captionType" minOccurs="0"/>
Element tableType / tr
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile41.tmp#id85 infomlFile41.tmp#id86 infomlFile41.tmp#id84
Type tableRowType
Properties
content: complex
maxOccurs: unbounded
Model th | tr
Children th, tr
Instance
<tr>
  <th>{1,1}</th>
  <tr>{1,1}</tr>
</tr>
Source
<xsd:element name="tr" type="tableRowType" maxOccurs="unbounded"/>
Complex Type tableType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile48.tmp#id79 infomlFile48.tmp#id83
Used by
Model caption{0,1} , tr+
Children caption, tr
Source
<xsd:complexType name="tableType">
  <xsd:sequence>
    <xsd:element name="caption" type="captionType" minOccurs="0"/>
    <xsd:element name="tr" type="tableRowType" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>