Schema Component Representation
<
xs:element
name="
cell">
<
xs:complexType>
<
xs:complexContent>
<
xs:extension
base="
ipo:graphicalContainerType
">
<
xs:sequence>
<
xs:choice
minOccurs="
0">
</
xs:choice>
</
xs:sequence>
<
xs:attribute
name="
xIndex"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
yIndex"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
zIndex"
type="
xs:nonNegativeInteger
"/>
<
xs:attribute
name="
isFooter"
type="
xs:boolean
"
use="
optional"/>
<
xs:attribute
name="
isHeader"
type="
xs:boolean
"
use="
optional"/>
<
xs:attribute
name="
xSpan"
type="
xs:integer
"
use="
optional"/>
<
xs:attribute
name="
ySpan"
type="
xs:integer
"
use="
optional"/>
<
xs:attribute
name="
zSpan"
type="
xs:integer
"
use="
optional"/>
</
xs:extension>
</
xs:complexContent>
</
xs:complexType>
</
xs:element>