
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| ID | xs:ID | optional | |||||
| TEIform | table | optional | |||||
| annotateRef | annotateRefType | optional | |||||
| annotateType | annotationType | optional | |||||
| annotateWork | xs:string | optional | |||||
| canonical | xs:boolean | optional | |||||
| cols | xs:positiveInteger | optional | |||||
| editions | xs:NMTOKENS | optional | |||||
| n | xs:string | optional | |||||
| osisID | osisIDType | optional | |||||
| resp | xs:string | optional | |||||
| rows | xs:positiveInteger | optional | |||||
| script | osisScripts | optional | |||||
| subType | attributeExtension | optional | |||||
| type | attributeExtension | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
                                    
  | 
                              ||||
| xml:space | restriction of xs:NCName | optional | 
| Elements | cellCT/table, chapterCT/table, divCT/table, noteCT/table, pCT/table, speechCT/table | 
<xs:complexType name="tableCT"> <xs:sequence> <xs:element name="head" type="headCT" minOccurs="0"/> <xs:element name="row" type="rowCT" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="canonical" type="xs:boolean" use="optional"/> <xs:attribute name="cols" type="xs:positiveInteger" use="optional"/> <xs:attribute name="rows" type="xs:positiveInteger" use="optional"/> <xs:attributeGroup ref="globalWithType"/> <xs:attribute name="TEIform" fixed="table"/> </xs:complexType>  |