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: 
r:Content+, r:TypeOfLabel?, Attachment*
</...>
Content Model Elements (3):
Attachment, 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="Attachment"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
Attachment
Type:
AttachmentType, complex content
Defines the cells within the grid where the object is provided.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Attachment"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set