complexType "GridAttachmentType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
Content Model Elements (2):
-
All Direct / Indirect Based Elements (2):
-
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: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
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) -
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)
-
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)