complexType "CellLabelType"
Namespace:
Content:
complex, 4 attributes, 3 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provide a label to be included inside of a grid cell and defines the cell or cells that contain it. Supports multiple language versions of the same content as well as optional formatting of the content.
Type Definition Detail
Type Derivation Tree
  r:LabelType (extension)
      CellLabelType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CellLabelType">
<xs:complexContent>
<xs:extension base="r:LabelType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GridAttachment"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
GridAttachment
Type:
GridAttachmentType, complex content
Identifies the cell or cells in a grid to which the label 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 (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GridAttachment"/>

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