pub fn read_schema_bundle<T>(bundle: T) -> ValidationResult<XmlSchemaPtr>where T: XmlSchemaResolver + Send + Sync + 'static,