diagram |
|
version |
|
namespace |
http://www.oasis-open.org/tables/exchange/1.0 |
type |
restriction of xsd:anyType |
used by |
|
attributes |
|
source |
<xsd:complexType name="colspec"> <xsd:complexContent>
|
<xsd:restriction base="xsd:anyType"> <xsd:attribute name="colnum" type="xsd:integer"/> <xsd:attribute name="colname" type="xsd:NMTOKEN"/> <xsd:attribute name="colwidth" type="xsd:string"/> <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:restriction> |
</xsd:complexContent> </xsd:complexType> |