Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Complex Type pubs:tgroup
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
Diagram PUBS-XML_xsd_Complex_Type_pubs_tgroup.tmp#urn_us_gov_ic_pubs_tgroup_cols PUBS-XML_xsd_Complex_Type_pubs_tgroup.tmp#urn_us_gov_ic_pubs_tgroup_colsep PUBS-XML_xsd_Complex_Type_pubs_tgroup.tmp#urn_us_gov_ic_pubs_tgroup_rowsep PUBS-XML_xsd_Complex_Type_pubs_tgroup.tmp#urn_us_gov_ic_pubs_tgroup_align PUBS-XML_xsd_Attribute_Group_pubs_tgroup_att.tmp#tgroup.att PUBS-XML_xsd_Element_pubs_colspec.tmp#colspec PUBS-XML_xsd_Element_pubs_thead.tmp#thead PUBS-XML_xsd_Element_pubs_tbody.tmp#tbody
Used by
Element pubs:tgroup
Model
Children pubs:colspec , pubs:tbody , pubs:thead
Attributes
QName Type Use Annotation
COIProtectionLevel pubs:COIProtectionLevelType optional

IC Community of Interest server access control level

SchemaguideSecurityAttributesOptionGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
align restriction of xsd:string optional

the alignment

cols xsd:integer required

the columns

colsep pubs:yesorno optional

the column separator

rowsep pubs:yesorno optional

the row separator

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.
Attribute pubs:tgroup / @cols
Namespace No namespace
Annotations

the columns

Type xsd:integer
Properties
use required
Used by
Complex Type pubs:tgroup
Source
<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>
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.
Attribute pubs:tgroup / @colsep
Namespace No namespace
Annotations

the column separator

Type pubs:yesorno
Properties
content simple
Facets
enumeration 0
enumeration 1
Used by
Complex Type pubs:tgroup
Source
<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>
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.
Attribute pubs:tgroup / @rowsep
Namespace No namespace
Annotations

the row separator

Type pubs:yesorno
Properties
content simple
Facets
enumeration 0
enumeration 1
Used by
Complex Type pubs:tgroup
Source
<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>
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.
Attribute pubs:tgroup / @align
Namespace No namespace
Annotations

the alignment

Type restriction of xsd:string
Properties
content simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
Used by
Complex Type pubs:tgroup
Source
<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>
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.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here