Return HOME
 

To make it easy for technology management and licensing groups to make their technologies available to others, we have developed an XML schema that describes licensable technologies in a standardized machine-readable format. A file in this format should be made available as a static Web page or a CGI script and should follow this format:
<TECHNOLOGYLISTING>
    
    <ORGANIZATION>
	...
    </ORGANIZATION>
    

    <TECHNOLOGIES>
	
	<TECHNOLOGY>
	....
	</TECHNOLOGY>
	
    </TECHNOLOGIES>
    
</TECHNOLOGYLISTING>
A given XML file begins with a <TECHNOLOGYLISTING> tag and ends with a </TECHNOLOGYLISTING> tag. In between these outer tags, a single <ORGANIZATION><ORGANIZATION> block provides default contact information for parties interested in licensing technologies found in the file and one or more <TECHNOLOGY></TECHNOLOGY> blocks list technologies available for licensing. Further details, including an example XML file, may be found below: