inkml:table.type

http://www.w3.org/TR/InkML/#tableElement

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
apply restriction of xsd:string absolute optional
id optional
interpolation restriction of xsd:string linear optional

Used By

Source

<xsd:complexType name="table.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#tableElement</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="inkml:decimalTableOrBooleanTable.type">
      <xsd:attribute ref="xml:id" use="optional"/>
      <xsd:attribute name="apply" use="optional" default="absolute">
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:enumeration value="absolute"/>
            <xsd:enumeration value="relative"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
      <xsd:attribute name="interpolation" use="optional" default="linear">
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:enumeration value="floor"/>
            <xsd:enumeration value="middle"/>
            <xsd:enumeration value="ceiling"/>
            <xsd:enumeration value="linear"/>
            <xsd:enumeration value="cubic"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>