MPEGGroup / DASHSchema

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

Switching@type has a default value #109

Closed paulhiggs closed 3 years ago

paulhiggs commented 3 years ago

The Switching@type attribute is defined in Table 6 has optional and having a default value of 'media'.

This default is not included schematically (<xs:attribute name="type" type="SwitchingTypeType"/>)

Should be <xs:attribute name="type" type="SwitchingTypeType" default="media"/> if the XML parser is expected to provide that value.

mikedo commented 3 years ago

Agreed.