inkml:annotation.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
encoding xsd:string optional
type xsd:string optional
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xsd:complexType name="annotation.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#annotationElement</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attribute name="type" type="xsd:string"/>
      <xsd:attribute name="encoding" type="xsd:string"/>
      <xsd:anyAttribute namespace="##any" processContents="skip"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>