Namespace
urn:us:gov:ic:pubs
Annotations
The data cells that are the main content of a table, to be distinguished
from the table Title and Caption.
Diagram
Used by
Model
Children
pubs:colspec
,
pubs:tbody
,
pubs:thead
Attributes
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:us:gov:ic:pubs'
Source
<xsd:complexType name= "tgroup" >
<xsd:annotation >
<xsd:documentation >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > The data cells that are the main content of a table, to be distinguished from the table Title and Caption. </p>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs= "1" maxOccurs= "1" >
<xsd:element ref= "pubs:colspec" minOccurs= "0" maxOccurs= "unbounded" />
<xsd:element ref= "pubs:thead" minOccurs= "0" maxOccurs= "1" />
<xsd:element ref= "pubs:tbody" minOccurs= "1" maxOccurs= "1" />
</xsd:sequence>
<xsd:attribute name= "cols" type= "xsd:integer" use= "required" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the columns </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "colsep" type= "pubs:yesorno" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the column separator </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "rowsep" type= "pubs:yesorno" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the row separator </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "align" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the alignment </p>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType >
<xsd:restriction base= "xsd:string" >
<xsd:enumeration value= "left" />
<xsd:enumeration value= "right" />
<xsd:enumeration value= "center" />
<xsd:enumeration value= "justify" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref= "pubs:tgroup.att" />
</xsd:complexType>
Schema location
PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.