inkml:inkSource.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
description xsd:string optional
id required
manufacturer xsd:string optional
model xsd:string optional
serialNo xsd:string optional
specificationRef xsd:anyURI optional

Used By

Source

<xsd:complexType name="inkSource.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#inkSourceElement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="traceFormat" type="inkml:traceFormat.type"/>
    <xsd:element name="sampleRate" type="inkml:sampleRate.type" minOccurs="0"/>
    <xsd:element name="latency" type="inkml:latency.type" minOccurs="0"/>
    <xsd:element name="activeArea" type="inkml:activeArea.type" minOccurs="0"/>
    <xsd:element name="sourceProperty" type="inkml:sourceProperty.type" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="channelProperties" type="inkml:channelProperties.type" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute ref="xml:id" use="required"/>
  <xsd:attribute name="manufacturer" type="xsd:string"/>
  <xsd:attribute name="model" type="xsd:string"/>
  <xsd:attribute name="serialNo" type="xsd:string"/>
  <xsd:attribute name="specificationRef" type="xsd:anyURI"/>
  <xsd:attribute name="description" type="xsd:string"/>
</xsd:complexType>