http://www.w3.org/TR/InkML/#annotationElement |
<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> |