colspecType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:NMTOKEN optional
char xs:string optional
charoff xs:NMTOKEN optional
colname xs:NMTOKEN optional
colnum xs:NMTOKEN optional
colsep xs:NMTOKEN optional
colwidth xs:string optional
rowsep xs:NMTOKEN optional

Used By

Source

<xs:complexType name="colspecType">
  <xs:attribute name="colnum" type="xs:NMTOKEN"/>
  <xs:attribute name="colname" type="xs:NMTOKEN"/>
  <xs:attribute name="colwidth" type="xs:string"/>
  <xs:attribute name="colsep" type="xs:NMTOKEN"/>
  <xs:attribute name="rowsep" type="xs:NMTOKEN"/>
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="justify"/>
        <xs:enumeration value="char"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="char" type="xs:string"/>
  <xs:attribute name="charoff" type="xs:NMTOKEN"/>
</xs:complexType>