<?xml version = "1.0" encoding = "UTF-8"?>

<!--
    MDDL - Market Data Definition Language
    Version 2.0-beta 15 July 2002
    Copyright (c)2001-2002, The Software & Information Industry Association.
    See http://www.mddl.org/ or http://www.fisd.net/mddl/
-->

<schema
	xmlns           = "http://www.w3.org/2001/XMLSchema"
	xmlns:xsd       = "http://www.w3.org/2001/XMLSchema"
	xmlns:xlink     = "http://www.w3.org/1999/xlink"
	targetNamespace = "http://www.w3.org/1999/xlink"
	version = ""
	elementFormDefault = "unqualified"
	attributeFormDefault = "unqualified">

	<attribute name = "type" fixed = "simple" type = "string"/>
	<attribute name = "href" type = "anyURI"/>
	<attribute name = "role" type = "anyURI"/>
</schema>
