pub fn validate_import_structure(
attrs: &AttributeMap,
name_table: &NameTable,
) -> SchemaResult<()>Expand description
Validate import directive structure
schemaLocationis optionalnamespace, when present, must not be the empty string (§4.2.6.2 / §4.2.3 src-import constraint 1.2 in XSD 1.1; §4.2.3 in XSD 1.0). Empty namespace is forbidden because absent and “” denote different things in XSD.