MMD schema questions

View: New views
5 Messages — Rating Filter:   Alert me  

MMD schema questions

by Bob Faist-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

1) I'm looking at the latest (I think) MMD schema and I do not see the <release-info-list> tag defined.

http://bugs.musicbrainz.org/browser/mmd-schema/trunk/schema/musicbrainz_mmd-1.4.rng

http://musicbrainz.org/ws/1/artist/65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab?type=xml&inc=counts+sa-Official

<release id="a89e1d92-5381-4dab-ba51-733137d0e431" type="Album Official">
<title>Kill 'em All</title>
<text-representation language="ENG" script="Latn"/>
<asin>B00000B9AN</asin>
<release-info-list count="17"/>
<disc-list count="15"/>
<track-list count="10"/>
</release>

2) relation element extension

<define name="def_relation-element_extension">
      <ref name="def_extension_element"/>
</define>

Should this be changed to match the others?

<define name="def_relation-element_extension">
      <zeroOrMore>
           <ref name="def_extension_element"/>
      </zeroOrMore>
</define>



_______________________________________________
MusicBrainz-devel mailing list
MusicBrainz-devel@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel

Re: MMD schema questions

by Matthias Friedrich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On Friday, 2009-09-04, Bob Faist wrote:
> 1) I'm looking at the latest (I think) MMD schema and I do not see the
> <release-info-list> tag defined.
[...]

Hmm, never heard of <release-info-list>, but it should definitely be
part of the schema since the server generates it.

Could you add a couple of test cases to test-data and change the
schema accordingly?

Cheers,
  Matthias

_______________________________________________
MusicBrainz-devel mailing list
MusicBrainz-devel@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel

Re: MMD schema questions

by Bugzilla from lalinsky@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Sep 5, 2009 at 9:58 AM, Matthias Friedrich<matt@...> wrote:
> Hi,
>
> On Friday, 2009-09-04, Bob Faist wrote:
>> 1) I'm looking at the latest (I think) MMD schema and I do not see the
>> <release-info-list> tag defined.
> [...]
>
> Hmm, never heard of <release-info-list>, but it should definitely be
> part of the schema since the server generates it.

Alternatively we could fix the server to return <release-event-list>. :)

--
Lukas Lalinsky
lalinsky@...

_______________________________________________
MusicBrainz-devel mailing list
MusicBrainz-devel@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel

Re: MMD schema questions

by Matthias Friedrich :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday, 2009-09-05, Lukás Lalinský wrote:
> On Sat, Sep 5, 2009 at 9:58 AM, Matthias Friedrich<matt@...> wrote:
 
>> Hmm, never heard of <release-info-list>, but it should definitely be
>> part of the schema since the server generates it.
 
> Alternatively we could fix the server to return <release-event-list>. :)

Even better :)

Cheers,
  Matthias

_______________________________________________
MusicBrainz-devel mailing list
MusicBrainz-devel@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel

Re: MMD schema questions

by Paul Taylor-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Matthias Friedrich wrote:

> On Saturday, 2009-09-05, Lukás Lalinský wrote:
>  
>> On Sat, Sep 5, 2009 at 9:58 AM, Matthias Friedrich<matt@...> wrote:
>>    
>  
>  
>>> Hmm, never heard of <release-info-list>, but it should definitely be
>>> part of the schema since the server generates it.
>>>      
>  
>  
>> Alternatively we could fix the server to return <release-event-list>. :)
>>    
>
>  
and use the schema to prevent these kind of bugs occuring ;)

_______________________________________________
MusicBrainz-devel mailing list
MusicBrainz-devel@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel