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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:groupLevel

OLAP Grouping Levels

Element information

Type: ssml:CT_GroupLevel

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
uniqueName [1..1]ssml:ST_XstringUnique Name
caption [1..1]ssml:ST_XstringGrouping Level Display Name
user [0..1]xsd:booleanUser-Defined Group LevelDefault value is "false".
customRollUp [0..1]xsd:booleanCustom Roll UpDefault value is "false".

Used in

Sample instance

<ssml:groupLevel uniqueName="string" caption="string">
   <ssml:groups>
      <ssml:group name="string" uniqueName="string" caption="string">
         <ssml:groupMembers>...
         </ssml:groupMembers>
      </ssml:group>
   </ssml:groups>
   <ssml:extLst>
      <ssml:ext>
         <!--any element-->
      </ssml:ext>
   </ssml:extLst>
</ssml:groupLevel>

Site developed and hosted by Datypic, Inc.

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