Schema Central > OOXML > sml-table.xsd > ssml:table
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:table

Table

Element information

Type: ssml:CT_Table

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [1..1]xsd:unsignedIntTable Id
name [0..1]ssml:ST_XstringName
displayName [1..1]ssml:ST_XstringTable Name
comment [0..1]ssml:ST_XstringTable Comment
ref [1..1]ssml:ST_RefReference
tableType [0..1]ssml:ST_TableTypeTable TypeDefault value is "worksheet".
headerRowCount [0..1]xsd:unsignedIntHeader Row CountDefault value is "1".
insertRow [0..1]xsd:booleanInsert Row ShowingDefault value is "false".
insertRowShift [0..1]xsd:booleanInsert Row ShiftDefault value is "false".
totalsRowCount [0..1]xsd:unsignedIntTotals Row CountDefault value is "0".
totalsRowShown [0..1]xsd:booleanTotals Row ShownDefault value is "true".
published [0..1]xsd:booleanPublishedDefault value is "false".
headerRowDxfId [0..1]ssml:ST_DxfIdHeader Row Format Id
dataDxfId [0..1]ssml:ST_DxfIdData Area Format Id
totalsRowDxfId [0..1]ssml:ST_DxfIdTotals Row Format Id
headerRowBorderDxfId [0..1]ssml:ST_DxfIdHeader Row Border Format Id
tableBorderDxfId [0..1]ssml:ST_DxfIdTable Border Format Id
totalsRowBorderDxfId [0..1]ssml:ST_DxfIdTotals Row Border Format Id
headerRowCellStyle [0..1]ssml:ST_XstringHeader Row Style
dataCellStyle [0..1]ssml:ST_XstringData Style Name
totalsRowCellStyle [0..1]ssml:ST_XstringTotals Row Style
connectionId [0..1]xsd:unsignedIntConnection ID

Sample instance

<ssml:table id="1" name="string" displayName="string" ref="string" connectionId="1">
   <ssml:autoFilter>
      <ssml:filterColumn colId="1">
         <ssml:filters>...
         </ssml:filters>
      </ssml:filterColumn>
      <ssml:sortState ref="string">
         <ssml:sortCondition ref="string" iconSet="3Arrows"/>
         <ssml:extLst>...
         </ssml:extLst>
      </ssml:sortState>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:autoFilter>
   <ssml:sortState ref="string">
      <ssml:sortCondition ref="string" iconSet="3Arrows"/>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:sortState>
   <ssml:tableColumns>
      <ssml:tableColumn id="1" uniqueName="string" name="string">
         <ssml:calculatedColumnFormula>string</ssml:calculatedColumnFormula>
         <ssml:totalsRowFormula>string</ssml:totalsRowFormula>
         <ssml:xmlColumnPr mapId="1" xpath="string" xmlDataType="string">...
         </ssml:xmlColumnPr>
         <ssml:extLst>...
         </ssml:extLst>
      </ssml:tableColumn>
   </ssml:tableColumns>
   <ssml:tableStyleInfo/>
   <ssml:extLst>
      <ssml:ext>
         <!--any element-->
      </ssml:ext>
   </ssml:extLst>
</ssml:table>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com