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:integer
   
>
   
Content: 
</...>
Content Model Elements (3):
GridAttachment, r:Content, r:TypeOfLabel
All Direct / Indirect Based Elements (1):
CellLabel
Known Usage Locations
Annotation
Provide a label to be included inside of a grid cell and defines the cell or cells that contain it.
Type Definition Detail
Type Derivation Tree
r:StructuredStringType (extension)
  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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set