In one of the schemas of Office Open XML Schema Extensions there’s a link to external xlbasictypes.xsd
schema file:
<xsd:import schemaLocation="xlbasictypes.xsd" namespace="http://schemas.openxmlformats.org/spreadsheetml/2006/main" />
However, I could not find this schema file. Does anyone know where to get this file?