table element

The table element describes a table model that is conformant to the CALS table model.

Type

Anonymous

Elements and Attributes

Child Elements

Element Description
maml:title See external namespace.
maml:tableHeader See external namespace.
maml:row See external namespace.

Attributes

None.

Usage

      <table />
    

Definition

      <element name="table" >
  <complexType>
    <sequence>
      <element ref="maml:title" minOccurs="0" />
      <element ref="maml:tableHeader" minOccurs="0" />
      <element ref="maml:row" maxOccurs="unbounded" />
    </sequence>
  </complexType>
</element>

    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp