complexType "PhysicalTableLocationType"
Namespace:
Content:
complex, 13 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
ColumnNumber, RowSequence, p:ArrayPosition, p:DecimalPositions, p:DecimalSeparator, p:Delimiter, p:DigitGroupSeparator, p:EndPosition, p:LanguageOfData, p:LocaleOfData, p:StartPosition, p:StorageFormat, p:Width
All Direct / Indirect Based Elements (1):
PhysicalTableLocation
Known Usage Locations
Annotation
The location of the data item within a two-dimensional (spreadsheet) storage format.
Type Definition Detail
Type Derivation Tree
p:PhysicalLocationType (extension)
  PhysicalTableLocationType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PhysicalTableLocationType">
<xs:complexContent>
<xs:extension base="p:PhysicalLocationType">
<xs:sequence>
<xs:element name="ColumnNumber" type="xs:integer"/>
<xs:element minOccurs="0" name="RowSequence" type="xs:integer"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/13)
ColumnNumber
Type:
xs:integer, predefined, simple content
Column in which data item is found. This is an integer defined in relationship to a specified "first" column NOT the column identifier found in the spreadsheet. Begin numbering columns from the upper left corner of the table as defined in TopLeftTableAnchor attribute "column".
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ColumnNumber" type="xs:integer"/>

RowSequence
Type:
xs:integer, predefined, simple content
A single case may be represented on a single row or a series of rows, particularly when multiple measures are used. This element designates the row, with the assumption that there is a single row per case unless otherwise stated.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RowSequence" type="xs:integer"/>

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