<?xml version = "1.0" encoding = "UTF-8"?>

<!--

    MDDL - Market Data Definition Language

    Version 1.0-final 02 November 2001

    Copyright (c)2001, 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>
