DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "PhysicalTableLocationType"
Namespace:
Content:
complex, 13 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
StorageFormat?, Delimiter?, StartPosition?, ArrayPosition?, EndPosition?, Width?, DecimalPositions?, DecimalSeparator?, DigitGroupSeparator?, LanguageOfData?, LocaleOfData?, Column, RowSequence?
</...>
Content Model Elements (13):
p:ArrayPosition (type xs:integer),
p:DecimalPositions (type xs:integer),
p:Delimiter (type xs:string),
p:EndPosition (type xs:integer),
p:LanguageOfData (type xs:string),
p:LocaleOfData (type xs:string),
p:StartPosition (type xs:integer),
p:Width (type xs:integer),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This element documents the location of data values within a spreadsheet-type table.
Type Definition Detail
Type Derivation Tree
  PhysicalTableLocationType (extension)
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="Column" type="xs:integer"/>
<xs:element minOccurs="0" name="RowSequence" type="xs:integer"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/13)
Column
Type:
xs:integer, predefined, simple content
Column in which data item is found. Begin numbering columns in the at the upper left corner of the table.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Column" 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set