complexType "GridAttachmentType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
Content Model Elements (2):
CellCoordinatesAsDefined, SpecificCellCoordinate
All Direct / Indirect Based Elements (2):
GridAttachment, NoDataByDefinition
Known Usage Locations
Annotation
Identifies the cell or cells in a grid to which the item is attached by a reference to a specific cell coordinate in a grid or by identifying a range of values along a dimension.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GridAttachmentType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="SpecificCellCoordinate"/>
<xs:element ref="CellCoordinatesAsDefined"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="false" name="allCells" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
allCells
Type:
xs:boolean, predefined
Use:
optional
If the item should be attached to all the cells in the grid set this attribute to "true".
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="allCells" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
CellCoordinatesAsDefined
Type:
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 (1); see within schema source)
<xs:element ref="CellCoordinatesAsDefined"/>

SpecificCellCoordinate
Type:
xs:string, predefined, simple content
Defines a single cell by its matrix coordinate address. For example "1,3,2" for a 3 dimensional matrix where dimension rank-1 has a value of 1, dimension rank-2 has a value of 3, and dimension rank-3 has a value of 2.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SpecificCellCoordinate"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set