complexType "CellCoordinatesAsDefinedType"
Namespace:
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines one or more cells by defining the applicable values of each dimension as "all values", a "specific value" or a range. For example in a simple 2 dimensional grid where dimension rank-1 is displayed as rows and dimension rank-2 as columns and the first column contains a NumericDomain; SelectDimension rank="1" allValues="true" and SelectDimension rank="2" specificValue="1" would result in the NumericDomain being attached to the first column of the grid only.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CellCoordinatesAsDefinedType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SelectDimension"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
SelectDimension
Type:
SelectDimensionType, empty content
For each dimension in the grid define the applicable values as "all values", a "specific value" or a range. If a rangeMinimum or rangeMaximum is provided without the other, the assumption is unbounded for the object not included.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SelectDimension"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set