complexType OASISEntryType
diagram
version
namespace http://www.oasis-open.org/tables/exchange/1.0
used by
complexType com:IPOASISEntryType
attributes
Name Type Use Default Fixed annotation
tbl:colname xsd:NMTOKEN
tbl:namest xsd:NMTOKEN
tbl:nameend xsd:NMTOKEN
tbl:morerows xsd:integer
tbl:colsep xsd:boolean
tbl:rowsep xsd:boolean
tbl:align xsd:token
tbl:char xsd:string
tbl:charoff xsd:NMTOKEN
tbl:valign xsd:token
source <xsd:complexType name="OASISEntryType">
<xsd:attribute name="colname" type="xsd:NMTOKEN"/>
<xsd:attribute name="namest" type="xsd:NMTOKEN"/>
<xsd:attribute name="nameend" type="xsd:NMTOKEN"/>
<xsd:attribute name="morerows" type="xsd:integer"/>
<xsd:attribute name="colsep" type="xsd:boolean"/>
<xsd:attribute name="rowsep" type="xsd:boolean"/>
<xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="justify">
</xsd:enumeration>
<xsd:enumeration value="char">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="char" type="xsd:string"/>
<xsd:attribute name="charoff" type="xsd:NMTOKEN"/>
<xsd:attribute name="valign">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="top">
</xsd:enumeration>
<xsd:enumeration value="middle">
</xsd:enumeration>
<xsd:enumeration value="bottom">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>

attribute OASISEntryType/@colname
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:NMTOKEN
source <xsd:attribute name="colname" type="xsd:NMTOKEN">
</xsd:attribute>

attribute OASISEntryType/@namest
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:NMTOKEN
source <xsd:attribute name="namest" type="xsd:NMTOKEN">
</xsd:attribute>

attribute OASISEntryType/@nameend
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:NMTOKEN
source <xsd:attribute name="nameend" type="xsd:NMTOKEN">
</xsd:attribute>

attribute OASISEntryType/@morerows
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:integer
source <xsd:attribute name="morerows" type="xsd:integer">
</xsd:attribute>

attribute OASISEntryType/@colsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="colsep" type="xsd:boolean">
</xsd:attribute>

attribute OASISEntryType/@rowsep
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:boolean
source <xsd:attribute name="rowsep" type="xsd:boolean">
</xsd:attribute>

attribute OASISEntryType/@align
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token
source <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="left"/>
<xsd:enumeration value="right"/>
<xsd:enumeration value="center"/>
<xsd:enumeration value="justify"/>
<xsd:enumeration value="char"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute OASISEntryType/@char
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:string
source <xsd:attribute name="char" type="xsd:string">
</xsd:attribute>

attribute OASISEntryType/@charoff
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type xsd:NMTOKEN
source <xsd:attribute name="charoff" type="xsd:NMTOKEN">
</xsd:attribute>

attribute OASISEntryType/@valign
version
namespace http://www.oasis-open.org/tables/exchange/1.0
type restriction of xsd:token
source <xsd:attribute name="valign">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="top"/>
<xsd:enumeration value="middle"/>
<xsd:enumeration value="bottom"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>