Closed Stephen-Veitch closed 2 months ago
The loader does not accept the Site.Name field to be null. It does accept:
Site.Name is required by the stationxml xsd schema. The schema does not check if the field is null. This null check could potentially be added to the stationxml-validator, but is seems like this check should potentially be enforced by the schema.
Currently the validator will pass a stationxml where a station (site) lacks a name ie:
But the DMC's ingestion software seems not to like this, and currently it doesn't even generate a warning!