inkml:sampleRate.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
uniform xsd:boolean true optional
value xsd:decimal required

Used By

Source

<xsd:complexType name="sampleRate.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#sampleRate</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="uniform" type="xsd:boolean" use="optional" default="true"/>
  <xsd:attribute name="value" type="xsd:decimal" use="required"/>
  <!-- unit of the 'value' attribute is 'samples/seconds' -->
</xsd:complexType>