http://maven.apache.org/FML/1.0.1
simpleType Scope

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://maven.apache.org/FML/1.0.1}Scope (restriction)

Documentation
      Scope is simpler than headers attribute for common tables
      
Properties
This component is not nillable.

Model

('row' | 'col' | 'rowgroup' | 'colgroup')

Source
<xs:simpleType name="Scope">
<xs:restriction base="xs:token">
<xs:enumeration value="row"/>
<xs:enumeration value="col"/>
<xs:enumeration value="rowgroup"/>
<xs:enumeration value="colgroup"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.