MPEGGroup / DASHSchema

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

5th edition schema defines "Period" explicity, schema uses xs:ref #90

Closed paulhiggs closed 3 years ago

paulhiggs commented 3 years ago

5th edition FDIS defines the Period element in MPDType as

<xs:element name="Period" type="PeriodType" maxOccurs="unbounded"/>

5th edition schema refers to 'top level' Period element

<xs:element ref="Period" maxOccurs="unbounded"/>
paulhiggs commented 3 years ago

related to #78 and #91

mikedo commented 3 years ago

The schemas in the draft FDIS are not authoritative, now or when it is published. The electronic schemas are. The FDIS schemas need to follow the intent of the text. When we're done with the electronic schemas, Thomas will copy/paste them verbatim into the FDIS text.