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 has extra attributes in ResyncType #102

Closed paulhiggs closed 3 years ago

paulhiggs commented 3 years ago

5th edition FDIS defines ResyncType with the following attributes

    <xs:attribute name="type" type="SAPType" default="0"/>
    <xs:attribute name="dT" type="xs:unsignedInt"/>
    <xs:attribute name="dImax" type="xs:float"/>
    <xs:attribute name="dImin" type="xs:float" default="0"/>
    <xs:attribute name="marker" type="xs:boolean" default="false"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>

the 5th edition schema includes two additional attributes

        <xs:attribute name="rangeAccess" type="xs:boolean" default="false"/>
        <xs:attribute name="index" type="xs:anyURI"/>`
mikedo commented 3 years ago

@rangeAccess and @index removed. Good.