<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> |