inkml:bind.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
column xsd:string optional
source xsd:string optional
target xsd:string optional
variable xsd:string optional

Used By

Source

<xsd:complexType name="bind.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#bindElement</xsd:documentation>
  </xsd:annotation>
  <!-- Specifies source data values and/or channel to be considered in the mapping.  -->
  <xsd:attribute name="source" type="xsd:string" use="optional"/>
  <!-- Specifies target data values and/or channel to be considered in the mapping.-->
  <xsd:attribute name="target" type="xsd:string" use="optional"/>
  <!-- Specifies the assigned column within a lookup table either for source or target channels. -->
  <!-- Required: for lookup table bindings -->
  <xsd:attribute name="column" type="xsd:string" use="optional"/>
  <!-- Specifies the variable within a formula that represents the current source data/channel. -->
  <!-- Required: for mathml binding -->
  <xsd:attribute name="variable" type="xsd:string" use="optional"/>
</xsd:complexType>