[Playlist] Schema files and element order
Sebastian Pipping
webmaster at hartwork.org
Wed Feb 14 19:21:15 UTC 2007
Sebastian Pipping wrote:
> <xsd:choice minOccurs="0" maxOccurs="unbounded">
> <xsd:element name="abc" minOccurs="0" maxOccurs="1"/>
> <xsd:element name="def" minOccurs="0" maxOccurs="unbounded"/>
> </xsd:choice>
----------------------------------------------------
Sorry, I forgot the sequence tag but the idea
stays the same:
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="abc" minOccurs="0" maxOccurs="1"/>
<xsd:element name="def" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
<xsd:sequence>
Sebastian
More information about the Playlist
mailing list