MPEGGroup / DASHSchema

The XML schema and example XML files for DASH (ISO/IEC 23009-1)
Other
11 stars 16 forks source link

Update DASH-MPD.xsd per Issue 55 #57

Closed mikedo closed 4 years ago

mikedo commented 4 years ago

See Issue #55

paulhiggs commented 4 years ago

I would suggest that we stop using general comments <!-- comment --> and use the formal syntax

<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/XML/2008/06/xlink.xsd">
  <xs:annotation>
    <xs:documentation xml:lang="en">
      xlink import. URL is per https://www.w3.org/TR/xlink/  
      Users are encouraged to store a local copy
    </xs:documentation>
  </xs:annotation>
</xs:import>
mikedo commented 4 years ago

Sure, especially for this. I'm less excited about converting all of the existing inline comments, but feel free to produce a PR converting them all :-)

mikedo commented 4 years ago

@paulhiggs Can you open a new issue with the general annotation comment above? I still agree but with the short deadline to get a matching schema out today, I'd like to defer any editorial changes for risk of breaking something. Thanks.

paulhiggs commented 4 years ago

Done, see issue #71