inkml:annotationXML.type

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

Complex Type Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
encoding xsd:string optional
href xsd:anyURI optional
type xsd:string optional

Used By

Source

<xsd:complexType name="annotationXML.type">
  <xsd:annotation>
    <xsd:documentation>http://www.w3.org/TR/InkML/#annotationXMLElement</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:any namespace="##any" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="type" type="xsd:string"/>
  <xsd:attribute name="encoding" type="xsd:string"/>
  <xsd:attribute name="href" type="xsd:anyURI" use="optional"/>
</xsd:complexType>