complexType "TopLeftTableAnchorType"
Namespace:
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:integer
/>
All Direct / Indirect Based Elements (1):
TopLeftTableAnchor
Known Usage Locations
Annotation
Notes the column and row position of the top left corner of the data table in the spreadsheet.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TopLeftTableAnchorType">
<xs:attribute name="column" type="xs:string" use="required"/>
<xs:attribute name="row" type="xs:integer" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
column
Type:
xs:string, predefined
Use:
required
The column identifier expressed as a string.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="column" type="xs:string" use="required"/>

row
Type:
xs:integer, predefined
Use:
required
The row number expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="row" type="xs:integer" use="required"/>

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