inkml:sourceProperty.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string required
units inkml:units.type optional
value xsd:decimal required

Used By

Source

<xsd:complexType name="sourceProperty.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#srcProperty</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
  <xsd:attribute name="value" type="xsd:decimal" use="required"/>
  <xsd:attribute name="units" type="inkml:units.type"/>
</xsd:complexType>