This document describes converting a DTD to an XML schema. It provides the DTD for an RSS feed and then the equivalent XML schema. Key elements of the RSS feed like 'rss', 'channel', 'item' are defined as elements in the schema. Data types and element structures are also defined, such as specifying that the 'channel' element contains a choice of other elements that can occur in any order.