I'm not too familiar with the XML schema format, so maybe this is an issue on the schema side, but being that it's a schema file provided by iso.org, I have a feeling it should be well-formed.
Repro:
#r "nuget: FSharp.Data"
open FSharp.Data
type Mpd = XmlProvider<Schema = "https://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd">
The error:
The type provider 'ProviderImplementation.XmlProvider' reported an error: Cannot read sample XSD from 'https://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd': System.Xml.Schema.XmlSchemaException: The 'http://www.w3.org/1999/xlink:href' attribute is not declared.
I'm not too familiar with the XML schema format, so maybe this is an issue on the schema side, but being that it's a schema file provided by iso.org, I have a feeling it should be well-formed.
Repro:
The error: