complexType "TopLeftTableAnchorType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:string |
|
= |
xs:nonNegativeInteger |
|
/> |
All Direct / Indirect Based Elements (1):
-
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:attribute name="column" type="xs:string" use="required"/>
<xs:attribute name="row" type="xs:nonNegativeInteger" 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:nonNegativeInteger, 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:nonNegativeInteger" use="required"/>
|