Showing:

Diagrams
Properties
Source
Used by
Element tableRowType / th
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="th" type="xsd:string"/>
Element tableRowType / tr
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type xsd:string
Properties
content: simple
Source
<xsd:element name="tr" type="xsd:string"/>
Complex Type tableRowType
Namespace http://infoml.org/infomlFile
Diagram
Diagram infomlFile41.tmp#id85 infomlFile41.tmp#id86
Used by
Element tableType/tr
Model th | tr
Children th, tr
Source
<xsd:complexType name="tableRowType">
  <xsd:choice maxOccurs="unbounded">
    <xsd:element name="th" type="xsd:string"/>
    <xsd:element name="tr" type="xsd:string"/>
  </xsd:choice>
</xsd:complexType>