<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="matappletType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="label" type="xsd:string" />
<xsd:attribute name="uri" type="xsd:string" />
<xsd:attribute name="y0" type="xsd:string" />
<xsd:attribute name="height" type="xsd:string" />
<xsd:attribute name="width" type="xsd:string" />
<xsd:attribute name="x0" type="xsd:string" />
<xsd:attribute name="embedded" type="xsd:string" default="base64" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|