DARIAH-ERIC / lexicalresources

Data space of the DARIAH Lexical Resources Working Group
https://dariah-eric.github.io/lexicalresources/
BSD 2-Clause "Simplified" License
18 stars 24 forks source link

Inconsistency between the <sourceDesc> definiction and the example in version 0.9.3 #217

Open daliboris opened 3 months ago

daliboris commented 3 months ago

By definition, a <sourceDesc> element can only contain <listBibl> elements as children, but the example in the definition contains a <biblStruct> element as a child:

<sourceDesc>
  <biblStruct>
     <listBibl type="dictionaries">
        <biblStruct>
           ...
        </biblStruct>
     </listBibl>
  </biblStruct>
</sourceDesc>
laurentromary commented 3 months ago

Thanks for pointing to this. It looks like a clear typo to me. The outer should disappear.

ttasovac commented 2 months ago

Indeed. Boris, I'd like to suggest that you submit this change along with #214 so that you can refresh your memory. I will help you with any questions, but you should give it a try.

ttasovac commented 3 weeks ago

@daliboris will you be able to take care of this? I will definitely help you, but I'd very much like you to refresh your memory about how to deal with the schema generation etc...