Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Complex Type pubs:tableType
Namespace urn:us:gov:ic:pubs
Annotations

A table structure-a tabular grid with a specific number of columns and specific column and row characteristics. The reference documentation for the OASIS Exchange Table Model is available online via the Internet at <http://www.oasis-open.org/specs/tm9901.html>. Tabular displays that cannot be represented by this model should be treated as artwork: create them in charting or graphics programs and incorporate them in publications as still images.

Diagram
Diagram PUBS-XML_xsd_Complex_Type_pubs_tableType.tmp#tableType_frame PUBS-XML_xsd_Complex_Type_pubs_tableType.tmp#tableType_colsep PUBS-XML_xsd_Complex_Type_pubs_tableType.tmp#tableType_rowsep PUBS-XML_xsd_Attribute_Group_pubs_table_att.tmp#table.att PUBS-XML_xsd_Element_pubs_Title.tmp#Title PUBS-XML_xsd_Element_pubs_Caption.tmp#Caption PUBS-XML_xsd_Element_pubs_tgroup.tmp#tgroup
Used by
Element pubs:Table
Model
Children pubs:Caption , pubs:Title , pubs:tgroup
Attributes
QName Type Use Annotation
COIProtectionLevel pubs:COIProtectionLevelType optional

IC Community of Interest server access control level

IDReference xsd:IDREFS optional

A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.

SchemaguideSecurityAttributesGroup 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.
colsep pubs:yesorno optional

the column separator

frame restriction of xsd:string optional
id xsd:ID optional

A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.

pgwide pubs:yesorno optional
qualifier xsd:string optional

A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.

rowsep pubs:yesorno optional

the row separator

styleType xsd:string optional

A user-defined property within an element for representing the formatting/style to be applied.

Wildcard: ANY attribute from ANY namespace OTHER than 'urn:us:gov:ic:pubs'
Source
<xsd:complexType name="tableType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A table structure-a tabular grid with a specific number of columns and specific column and row characteristics. The reference documentation for the OASIS Exchange Table Model is available online via the Internet at <http://www.oasis-open.org/specs/tm9901.html>. Tabular displays that cannot be represented by this model should be treated as artwork: create them in charting or graphics programs and incorporate them in publications as still images.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence minOccurs="1" maxOccurs="1">
    <xsd:element ref="pubs:Title" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="pubs:Caption" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="pubs:tgroup" minOccurs="1" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="frame">
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="top"/>
        <xsd:enumeration value="bottom"/>
        <xsd:enumeration value="topbot"/>
        <xsd:enumeration value="all"/>
        <xsd:enumeration value="sides"/>
        <xsd:enumeration value="none"/>
      </xsd:restriction>
    </xsd:simpleType>
  </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:attributeGroup ref="pubs:table.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:tableType / @frame
Namespace No namespace
Type restriction of xsd:string
Properties
content simple
Facets
enumeration top
enumeration bottom
enumeration topbot
enumeration all
enumeration sides
enumeration none
Used by
Complex Type pubs:tableType
Source
<xsd:attribute name="frame">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="top"/>
      <xsd:enumeration value="bottom"/>
      <xsd:enumeration value="topbot"/>
      <xsd:enumeration value="all"/>
      <xsd:enumeration value="sides"/>
      <xsd:enumeration value="none"/>
    </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.
Attribute pubs:tableType / @colsep
Namespace No namespace
Annotations

the column separator

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

the row separator

Type pubs:yesorno
Properties
content simple
Facets
enumeration 0
enumeration 1
Used by
Complex Type pubs:tableType
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.

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