<Schema xmlns="urn:schemas-microsoft-com:xml-data"
xmlns:sql="urn:schemas-microsoft-com:xml-sql"
xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType name="Album" sql:relation="Album">
<AttributeType name="serialno" dt:type="number" />
<AttributeType name="picture" dt:type="bin.base64"
sql:datatype="image"/>
<AttributeType name="description" dt:type="string" />
<attribute type="serialno" sql:field="serialno" />
<attribute type="picture" sql:field="picture" />
<attribute type="description" sql:field="description" />
</ElementType>
</Schema>