<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="matemtextType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="texttype" type="xsd:string" default="text/plain" />
<xsd:attribute name="label" type="xsd:string" />
<xsd:attribute name="charset" type="xsd:string" default="ascii-us" />
<xsd:attribute name="uri" type="xsd:string" />
<xsd:attribute name="width" type="xsd:string" />
<xsd:attribute name="height" type="xsd:string" />
<xsd:attribute name="y0" type="xsd:string" />
<xsd:attribute name="x0" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|