kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
12 wiersze
366 B
XML
12 wiersze
366 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://podcastindex.org/namespace/1.0">
|
|
<xs:include schemaLocation="./podcast.xsd"/>
|
|
<xs:element name="test-wrapper">
|
|
<xs:complexType>
|
|
<xs:choice maxOccurs="unbounded">
|
|
<xs:any/>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|