When validating ebutt_d.xsd using Oxygen the following error is given:
The namespace attribute, 'http://www.w3.org/ns/ttml#styling', of an element information item must be identical to the targetNamespace attribute, 'urn:ebu:tt:style', of the imported document.
Changing line 8 to <xs:import namespace="urn:ebu:tt:style" schemaLocation="styling.xsd"/> solved the issue but I would like confirmation that this is the correct solution.
When validating
ebutt_d.xsd
using Oxygen the following error is given:Changing line 8 to
<xs:import namespace="urn:ebu:tt:style" schemaLocation="styling.xsd"/>
solved the issue but I would like confirmation that this is the correct solution.