inkml:context.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
brushRef xsd:anyURI optional
canvasRef xsd:anyURI optional
canvasTransformRef xsd:anyURI optional
contextRef xsd:anyURI optional
id optional
inkSourceRef xsd:anyURI optional
timestampRef xsd:anyURI optional
traceFormatRef xsd:anyURI optional

Used By

Source

<xsd:complexType name="context.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#contextElement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="canvas" type="inkml:canvas.type" minOccurs="0"/>
    <xsd:element name="canvasTransform" type="inkml:canvasTransform.type" minOccurs="0"/>
    <xsd:element name="traceFormat" type="inkml:traceFormat.type" minOccurs="0"/>
    <xsd:element name="inkSource" type="inkml:inkSource.type" minOccurs="0"/>
    <xsd:element name="brush" type="inkml:brush.type" minOccurs="0"/>
    <xsd:element name="timestamp" type="inkml:timestamp.type" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute ref="xml:id"/>
  <xsd:attribute name="contextRef" type="xsd:anyURI"/>
  <xsd:attribute name="canvasRef" type="xsd:anyURI"/>
  <xsd:attribute name="canvasTransformRef" type="xsd:anyURI"/>
  <xsd:attribute name="traceFormatRef" type="xsd:anyURI"/>
  <xsd:attribute name="inkSourceRef" type="xsd:anyURI"/>
  <xsd:attribute name="brushRef" type="xsd:anyURI"/>
  <xsd:attribute name="timestampRef" type="xsd:anyURI"/>
</xsd:complexType>