Complex Type | inkml:mapping.type |
<xsd:attribute name="type" default="unknown"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="identity"/> <xsd:enumeration value="product"/> <xsd:enumeration value="table"/> <xsd:enumeration value="affine"/> <xsd:enumeration value="mathml"/> <xsd:enumeration value="unknown"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |