<xs:
import
namespace="
http:
schemaLocation=
"atom.xsd"
/>
<xs:
import
namespace="
http:
schemaLocation=
"test2.xsd"
/>
<xs:element name=
"url"
type=
"xs:string"
/>
<xs:element name=
"title"
type=
"xs:string"
/>
<xs:element name=
"link"
type=
"xs:string"
/>
<xs:element name=
"description"
type=
"xs:string"
/>
<xs:element name=
"guid"
>
<xs:complexType>
<xs:simpleContent>
<xs:extension base=
"xs:string"
>
<xs:attribute type=
"xs:string"
name=
"isPermaLink"
use=
"optional"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name=
"pubDate"
type=
"xs:string"
/>
<xs:element name=
"image"
>
<xs:complexType>
<xs:sequence>
<xs:element ref=
"url"
/>
<xs:element ref=
"title"
/>
<xs:element ref=
"link"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name=
"generator"
type=
"xs:string"
/>
<xs:element name=
"lastBuildDate"
type=
"xs:string"
/>
<xs:element name=
"copyright"
type=
"xs:string"
/>
<xs:element name=
"language"
type=
"xs:string"
/>
<xs:element name=
"ttl"
type=
"xs:byte"
/>
<xs:element name=
"item"
>
<xs:complexType>
<xs:sequence>
<xs:element ref=
"title"
/>
<xs:element ref=
"description"
/>
<xs:element ref=
"link"
/>
<xs:element ref=
"guid"
/>
<xs:element ref=
"pubDate"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name=
"channel"
>
<xs:complexType>
<xs:choice maxOccurs=
"unbounded"
minOccurs=
"0"
>
<xs:element ref=
"title"
/>
<xs:element ref=
"description"
/>
<xs:element ref=
"link"
/>
<xs:element ref=
"image"
/>
<xs:element ref=
"generator"
/>
<xs:element ref=
"lastBuildDate"
/>
<xs:element ref=
"copyright"
/>
<xs:element ref=
"language"
/>
<xs:element ref=
"ttl"
/>
<xs:element ref=
"item"
/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name=
"rss"
>
<xs:complexType>
<xs:sequence>
<xs:element ref=
"channel"
/>
</xs:sequence>
<xs:attribute type=
"xs:float"
name=
"version"
/>
</xs:complexType>
</xs:element>
</xs:schema>