DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TopLeftTableAnchorType"
Namespace:
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
    column
 = 
xs:integer
    row
 = 
xs:integer
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Notes the column and row position of the the top left corner of the data table in the spreadsheet.
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="TopLeftTableAnchorType">
<xs:attribute name="column" type="xs:integer" use="required"/>
<xs:attribute name="row" type="xs:integer" use="required"/>
</xs:complexType>
Attribute Detail (defined in this component only; 2/2)
column
Type:
xs:integer, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="column" type="xs:integer" use="required"/>

row
Type:
xs:integer, predefined
Use:
required
XML Source (see within schema source)
<xs:attribute name="row" type="xs:integer" use="required"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set