2.6.154 CT_ModelTimeGroupings

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2014/11/main

Referenced by: modelTimeGroupings

Specifies information about data model time groupings.

Child Elements:

modelTimeGrouping: A CT_ModelTimeGrouping (section 2.6.153) element that specifies information about data model single time grouping.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ModelTimeGroupings">
   <xsd:sequence>
     <xsd:element name="modelTimeGrouping" minOccurs="1" maxOccurs="unbounded" type="CT_ModelTimeGrouping"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.10 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).