MPEGGroup / DASHSchema

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

inconsistent default value definition for ExtendedUrlInfoType@headerParamSource #111

Closed paulhiggs closed 3 years ago

paulhiggs commented 3 years ago

The semantic definition of the @headerParamSource optional attribute in Table I.3 (clause I.3.2) states that the default value is "segemnt" but the schema fragment in clause I.3.3 has <xs:attribute name="headerParamSource" type="xs:string" default=""/>

mikedo commented 3 years ago

Add proper default value.