<?xml version="1.0" encoding="ISO-8859-1"?>
	<!ELEMENT ArahneYarnColorImport (YarnColor*)>
	<!ELEMENT YarnColor (YCode?, YColorCode, YColorName, YNumValues?, Value?)>
		<!ELEMENT YCode (#PCDATA)>
		<!ELEMENT YColorCode (#PCDATA)>
		<!ELEMENT YColorName (#PCDATA)>
		<!ELEMENT YNumValues (#PCDATA)>
		<!ELEMENT Value (CIE_Lab, RGB, Percent?)>
			<!ELEMENT CIE_Lab (#PCDATA)>
			<!ELEMENT RGB (#PCDATA)>
			<!ELEMENT Percent (#PCDATA)>

